summaryrefslogtreecommitdiff
path: root/_test/test_z_data.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_z_data.py')
-rw-r--r--_test/test_z_data.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/_test/test_z_data.py b/_test/test_z_data.py
index e48e9d5..965eb3d 100644
--- a/_test/test_z_data.py
+++ b/_test/test_z_data.py
@@ -89,6 +89,9 @@ def pytest_generate_tests(metafunc):
if os.environ.get('RUAMELAUTOTEST') == '1':
if path.parent.stem != 'debug':
continue
+ elif path.parent.stem == 'debug':
+ # don't test debug entries for production
+ continue
stem = path.stem
if stem.startswith('.#'): # skip emacs temporary file
continue