summaryrefslogtreecommitdiffstats
path: root/kittystore/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'kittystore/test/__init__.py')
-rw-r--r--kittystore/test/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/kittystore/test/__init__.py b/kittystore/test/__init__.py
new file mode 100644
index 0000000..9a10e1f
--- /dev/null
+++ b/kittystore/test/__init__.py
@@ -0,0 +1,8 @@
+# -*- coding: utf-8 -*-
+
+import os
+
+
+def get_test_file(*fileparts):
+ return os.path.join(os.path.dirname(__file__), "testdata", *fileparts)
+get_test_file.__test__ = False