Add copy project feature to project builder class

This commit is contained in:
Veronica Berglyd Olsen
2024-01-31 23:56:09 +01:00
parent 90dda43205
commit b0f1db0aea
2 changed files with 53 additions and 7 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ def testCoreTools_ProjectBuilderWrapper(monkeypatch, caplog, fncPath, mockGUI):
# Creating the project once more should fail
caplog.clear()
assert builder.buildProject({"path": fncPath}) is False
assert "A project already exists" in caplog.text
assert "The target folder is not empty." in caplog.text
# END Test testCoreTools_ProjectBuilderWrapper