New test for NWStatus class

This commit is contained in:
Veronica K. B. Olsen
2020-12-03 20:22:22 +01:00
parent c7c70a35a0
commit 0cb36c02f3
5 changed files with 132 additions and 16 deletions
+1 -2
View File
@@ -11,8 +11,7 @@ from zipfile import ZipFile
from tools import cmpFiles
from nw.core.project import NWProject
from nw.core.spellcheck import NWSpellEnchant, NWSpellSimple
from nw.constants import nwConst, nwItemClass, nwItemType, nwItemLayout, nwFiles
from nw.constants import nwItemClass, nwItemType, nwItemLayout, nwFiles
@pytest.mark.project
def testProjectNewOpenSave(nwFuncTemp, nwTempProj, refDir, tmpDir, dummyGUI):