From bebb2f8e9d91473a532826146817fd1de7fea0c4 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 19 Sep 2020 17:44:04 +0200 Subject: [PATCH] Cleanup --- nw/guimain.py | 3 --- pytest.ini | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/nw/guimain.py b/nw/guimain.py index 7c54f048..de340304 100644 --- a/nw/guimain.py +++ b/nw/guimain.py @@ -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) diff --git a/pytest.ini b/pytest.ini index cf748fc2..0c3af3ba 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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