Remove project content attribute from project class

This commit is contained in:
Veronica Berglyd Olsen
2022-11-06 00:15:24 +01:00
parent 972ed25a8c
commit 76a1421fde
10 changed files with 104 additions and 127 deletions
+7
View File
@@ -64,6 +64,13 @@ def tmpDir():
return theDir
@pytest.fixture(scope="function")
def tmpPath(tmpDir):
"""A temporary folder for a single test function.
"""
return Path(tmpDir)
@pytest.fixture(scope="session")
def tstPaths(tmpDir):
"""Returns an object that can provide the various paths needed for