summaryrefslogtreecommitdiffstats
path: root/tests/test_project.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_project.py')
-rw-r--r--tests/test_project.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_project.py b/tests/test_project.py
index 91fd250..822002f 100644
--- a/tests/test_project.py
+++ b/tests/test_project.py
@@ -5,6 +5,10 @@ Pure stdlib: no IDA, no textual, no worker — runs anywhere in under a second.
python tests/test_project.py
"""
+
+#: the project model + staging, pure stdlib.
+#: Read by tests/run.py (--fast skips every NEEDS_IDA file).
+NEEDS_IDA = False
import json
import os
import sys