Made some the properties of the NWDoc class internal
This commit is contained in:
@@ -316,7 +316,7 @@ def testDocMeta(nwDummy, nwLipsum):
|
||||
assert theClass == nwItemClass.NOVEL
|
||||
assert theLayout == nwItemLayout.SCENE
|
||||
|
||||
aDoc.docMeta = "too_short"
|
||||
aDoc._docMeta = "too_short"
|
||||
theMeta, thePath, theClass, theLayout = aDoc.getMeta()
|
||||
assert theMeta == ""
|
||||
assert thePath == []
|
||||
|
||||
Reference in New Issue
Block a user