aboutsummaryrefslogtreecommitdiff
path: root/tests/checkers/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/checkers/conftest.py')
-rw-r--r--tests/checkers/conftest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/checkers/conftest.py b/tests/checkers/conftest.py
new file mode 100644
index 000000000..e83101542
--- /dev/null
+++ b/tests/checkers/conftest.py
@@ -0,0 +1,4 @@
+from pathlib import Path
+
+HERE = Path(__file__).parent
+REGR_DATA = HERE / ".." / "regrtest_data"