change to abspath

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