summaryrefslogtreecommitdiff
path: root/tests/util.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-10-23 10:32:07 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-10-23 10:32:07 -0700
commitb9ff5f3e4b11a7b8928e51629df0bfde4c6ebe53 (patch)
treec62e4c408f496f042e8b116ce4631ec80dabf77b /tests/util.py
parent9621e914bc433f8deb72c17fedb7b73365cbac21 (diff)
downloadparamiko-b9ff5f3e4b11a7b8928e51629df0bfde4c6ebe53.tar.gz
Rename util func that trips pytest's default discovery.
Wouldn't matter as much under pytest-relaxed discovery, but, eh
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)