move abspath to system specific files

This commit is contained in:
Grzegorz Bokota
2020-06-08 10:19:02 +02:00
parent c74acd6363
commit 374e88382b
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class ArgsInterceptor:
self.kwargs = kwargs
MOCK_PACKAGE_DIR = os.path.abspath('some_package_dir')
MOCK_PACKAGE_DIR = 'some_package_dir'
@pytest.fixture(autouse=True)