summaryrefslogtreecommitdiffhomepage
path: root/tests/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/util.py')
-rw-r--r--tests/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/util.py b/tests/util.py
index c1b43da8..55aedc98 100644
--- a/tests/util.py
+++ b/tests/util.py
@@ -2,5 +2,5 @@ import os
root_path = os.path.dirname(os.path.realpath(__file__))
-def test_path(filename):
+def _support(filename):
return os.path.join(root_path, filename)