Cleanup unneeded stuff

This commit is contained in:
Veronica K. B. Olsen
2020-08-28 16:20:31 +02:00
parent 64cd356c34
commit 7e830c9aab
-10
View File
@@ -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):