Remove debug print and add test coverage

This commit is contained in:
Veronica K. B. Olsen
2021-02-17 09:53:27 +01:00
parent 7591095f2a
commit fb09066679
8 changed files with 38 additions and 451 deletions
+8
View File
@@ -61,6 +61,14 @@ def refDir():
theDir = os.path.join(testDir, "reference")
return theDir
@pytest.fixture(scope="session")
def filesDir():
"""The folder where additional test files are stored.
"""
testDir = os.path.dirname(__file__)
theDir = os.path.join(testDir, "files")
return theDir
@pytest.fixture(scope="session")
def outDir(tmpDir):
"""An output folder for test results