Fix tests

This commit is contained in:
Veronica Berglyd Olsen
2023-02-12 15:12:39 +01:00
parent c39e37c799
commit 7638db21ec
13 changed files with 80 additions and 42 deletions
+1
View File
@@ -27,6 +27,7 @@ from pathlib import Path
from PyQt5.QtWidgets import qApp
XML_IGNORE = ("<novelWriterXML", "<project")
ODT_IGNORE = ("<meta:creation-date", "<dc:date")
class C: