summaryrefslogtreecommitdiffstats
path: root/tests/test_wrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_wrapper.py')
-rw-r--r--tests/test_wrapper.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_wrapper.py b/tests/test_wrapper.py
index 36465e737..89d8b2385 100644
--- a/tests/test_wrapper.py
+++ b/tests/test_wrapper.py
@@ -29,11 +29,6 @@ import main
29import wrapper 29import wrapper
30 30
31 31
32def fixture(*paths):
33 """Return a path relative to tests/fixtures."""
34 return os.path.join(os.path.dirname(__file__), "fixtures", *paths)
35
36
37class RepoWrapperTestCase(unittest.TestCase): 32class RepoWrapperTestCase(unittest.TestCase):
38 """TestCase for the wrapper module.""" 33 """TestCase for the wrapper module."""
39 34