diff options
Diffstat (limited to 'tests/test_wrapper.py')
| -rw-r--r-- | tests/test_wrapper.py | 5 |
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 | |||
| 29 | import wrapper | 29 | import wrapper |
| 30 | 30 | ||
| 31 | 31 | ||
| 32 | def fixture(*paths): | ||
| 33 | """Return a path relative to tests/fixtures.""" | ||
| 34 | return os.path.join(os.path.dirname(__file__), "fixtures", *paths) | ||
| 35 | |||
| 36 | |||
| 37 | class RepoWrapperTestCase(unittest.TestCase): | 32 | class RepoWrapperTestCase(unittest.TestCase): |
| 38 | """TestCase for the wrapper module.""" | 33 | """TestCase for the wrapper module.""" |
| 39 | 34 | ||
