diff options
Diffstat (limited to 'tests/test_trace.py')
| -rw-r--r-- | tests/test_trace.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_trace.py b/tests/test_trace.py index 58c9d81..8803cda 100644 --- a/tests/test_trace.py +++ b/tests/test_trace.py @@ -6,6 +6,10 @@ Pure stdlib — no IDA, no trace files needed. The differential test this one covers what the reference can't arbitrate: the set-shaped queries painting needs, and rebasing. """ + +#: the trace model, pure stdlib and no trace files. +#: Read by tests/run.py (--fast skips every NEEDS_IDA file). +NEEDS_IDA = False import os import sys import tempfile |
