This commit is contained in:
Veronica K. B. Olsen
2020-09-19 17:44:04 +02:00
parent c311271f30
commit bebb2f8e9d
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -74,9 +74,6 @@ class GuiMain(QMainWindow):
self.mainConf.verPyString, self.mainConf.verPyHexVal)
)
# Debug Tools
self.activeDialog = None
# Core Classes and settings
self.theTheme = GuiTheme(self)
self.theProject = NWProject(self)
+1 -1
View File
@@ -1,7 +1,7 @@
[pytest]
markers =
project: Project classes tests
error: Thest various error handling scenarios
error: Test various error handling scenarios
core: Core functionality tests
gui: Qt5 GUI tests
serial