Added direct testing of the NWItem class

This commit is contained in:
Veronica K. B. Olsen
2020-05-07 19:43:55 +02:00
parent 3cb45d0dc3
commit 323b46a559
2 changed files with 223 additions and 5 deletions
+5 -5
View File
@@ -2,17 +2,17 @@
"""novelWriter Project Class Tester
"""
import nw, pytest, types
import nw
import pytest
from os import path
from nwtools import *
from nwdummy import DummyMain
from nw.config import Config
from nw.config import Config
from nw.project.project import NWProject
from nw.project.item import NWItem
from nw.project.index import NWIndex
from nw.constants import nwItemClass
from nw.project.index import NWIndex
from nw.constants import nwItemClass
theConf = Config()
theMain = DummyMain()