diff options
Diffstat (limited to 'tests/test_scenarios.py')
| -rw-r--r-- | tests/test_scenarios.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_scenarios.py b/tests/test_scenarios.py index e138946..a6e7753 100644 --- a/tests/test_scenarios.py +++ b/tests/test_scenarios.py @@ -16,6 +16,10 @@ Uses ~/ida-venv python (has textual). --stop-after <substr> stop once a check whose name contains <substr> ran --list print scenario names and exit """ + +#: the pilot suite: one real worker, 56 scenarios. +#: Read by tests/run.py (--fast skips every NEEDS_IDA file). +NEEDS_IDA = True import asyncio import fnmatch import os |
