Cleanup unneeded stuff
This commit is contained in:
@@ -5,20 +5,10 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from lxml import etree
|
from lxml import etree
|
||||||
from nwdummy import DummyMain
|
|
||||||
|
|
||||||
from nw.config import Config
|
|
||||||
from nw.core.project import NWProject, NWItem
|
from nw.core.project import NWProject, NWItem
|
||||||
from nw.constants import nwItemClass, nwItemType, nwItemLayout
|
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
|
@pytest.mark.project
|
||||||
def testItemSettersSimple(nwDummy):
|
def testItemSettersSimple(nwDummy):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user