diff options
Diffstat (limited to 'tests/test_index.py')
| -rw-r--r-- | tests/test_index.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_index.py b/tests/test_index.py index e14f715..f6761b1 100644 --- a/tests/test_index.py +++ b/tests/test_index.py @@ -5,6 +5,10 @@ Pure stdlib: no IDA, no textual, no worker. python tests/test_index.py """ + +#: the symbol/string index, pure stdlib. +#: Read by tests/run.py (--fast skips every NEEDS_IDA file). +NEEDS_IDA = False import os import sys import tempfile |
