diff --git a/tests/test_item.py b/tests/test_item.py index 54cb02d4..a3280c14 100644 --- a/tests/test_item.py +++ b/tests/test_item.py @@ -5,20 +5,10 @@ import pytest from lxml import etree -from nwdummy import DummyMain -from nw.config import Config from nw.core.project import NWProject, NWItem from nw.constants import nwItemClass, nwItemType, nwItemLayout -# theConf = Config() -# theMain = DummyMain() -# theMain.mainConf = theConf - -# theProject = NWProject(theMain) -# theItem = NWItem(theProject) -# nwXML = etree.Element("novelWriterXML") - @pytest.mark.project def testItemSettersSimple(nwDummy):