Cleanup
This commit is contained in:
@@ -74,9 +74,6 @@ class GuiMain(QMainWindow):
|
|||||||
self.mainConf.verPyString, self.mainConf.verPyHexVal)
|
self.mainConf.verPyString, self.mainConf.verPyHexVal)
|
||||||
)
|
)
|
||||||
|
|
||||||
# Debug Tools
|
|
||||||
self.activeDialog = None
|
|
||||||
|
|
||||||
# Core Classes and settings
|
# Core Classes and settings
|
||||||
self.theTheme = GuiTheme(self)
|
self.theTheme = GuiTheme(self)
|
||||||
self.theProject = NWProject(self)
|
self.theProject = NWProject(self)
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
markers =
|
markers =
|
||||||
project: Project classes tests
|
project: Project classes tests
|
||||||
error: Thest various error handling scenarios
|
error: Test various error handling scenarios
|
||||||
core: Core functionality tests
|
core: Core functionality tests
|
||||||
gui: Qt5 GUI tests
|
gui: Qt5 GUI tests
|
||||||
serial
|
serial
|
||||||
|
|||||||
Reference in New Issue
Block a user