aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/runner.py2
-rw-r--r--testing/testing.pyproject4
-rw-r--r--testing/testing.pyqtc9
3 files changed, 5 insertions, 10 deletions
diff --git a/testing/runner.py b/testing/runner.py
index baa29408c..3db84c0fc 100644
--- a/testing/runner.py
+++ b/testing/runner.py
@@ -102,7 +102,7 @@ class TestRunner(object):
else:
# We have probably forgotten to build the tests.
# Give a nice error message with a shortened but exact path.
- rel_path = os.path.relpath(make_path)
+ rel_path = os.path.relpath(file_name)
msg = dedent("""\n
{line}
** ctest is not in '{}'.
diff --git a/testing/testing.pyproject b/testing/testing.pyproject
new file mode 100644
index 000000000..22914e5a9
--- /dev/null
+++ b/testing/testing.pyproject
@@ -0,0 +1,4 @@
+{
+ "files": ["../testrunner.py", "blacklist.py", "buildlog.py", "command.py",
+ "helper.py", "__init__.py", "parser.py", "runner.py", "wheel_tester.py"]
+}
diff --git a/testing/testing.pyqtc b/testing/testing.pyqtc
deleted file mode 100644
index 5a89e69b8..000000000
--- a/testing/testing.pyqtc
+++ /dev/null
@@ -1,9 +0,0 @@
-../testrunner.py
-blacklist.py
-buildlog.py
-command.py
-helper.py
-__init__.py
-parser.py
-runner.py
-wheel_tester.py