From 7e830c9aab059574ef743e4418f036325a043c6a Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Fri, 28 Aug 2020 16:20:31 +0200 Subject: [PATCH] Cleanup unneeded stuff --- tests/test_item.py | 10 ---------- 1 file changed, 10 deletions(-) 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):