aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.py')
-rwxr-xr-xtests/run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run.py b/tests/run.py
index 4920e54..b38a707 100755
--- a/tests/run.py
+++ b/tests/run.py
@@ -51,8 +51,8 @@ import time
ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
TESTS = os.path.join(ROOT, "tests")
-#: The IDA-capable interpreter. The pilot tests need textual AND idapro in one
-#: python; the worker python is auto-detected separately by WorkerClient.
+#: The IDA-capable interpreter. The pilot tests need textual AND the Code Mode
+#: library in one python; the database process is Code Mode's to place.
DEFAULT_PY = os.path.expanduser("~/ida-venv/bin/python")
#: Both shapes the suites print: "N passed, M failed" and "N checks, M failed".