From 4ebcffb698e648389a52bed3d3a2ffe2431286ca Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 8 May 2018 18:17:26 -0700 Subject: [PATCH] work on graphical tests --- tests/test_graphical.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_graphical.py b/tests/test_graphical.py index 5eb9dd6..97a68c8 100755 --- a/tests/test_graphical.py +++ b/tests/test_graphical.py @@ -33,6 +33,9 @@ class TestGui(unittest.TestCase): # guiDeckBrowser util.invoke('guiDeckBrowser') + # guiExitAnki + # util.invoke('guiExitAnki') + if __name__ == '__main__': unittest.main()