summaryrefslogtreecommitdiff
path: root/tests/testdata/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/__init__.py')
-rw-r--r--tests/testdata/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testdata/__init__.py b/tests/testdata/__init__.py
index 3d1d441..9956610 100644
--- a/tests/testdata/__init__.py
+++ b/tests/testdata/__init__.py
@@ -24,3 +24,4 @@ import os.path
TESTDATA_ROOT = os.path.abspath(os.path.dirname(__file__))
TESTFILE_PATH = os.path.join(TESTDATA_ROOT, 'example.data')
+TESTIMAGE_PATH = os.path.join(TESTDATA_ROOT, 'example.jpeg')