summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-10-17 14:34:29 +1100
committerMiguel Jacq <mig@mig5.net>2018-10-17 14:34:29 +1100
commitb826528603fbed39a87c56ebef7c37430468447e (patch)
tree9be3426694823106ae64b514e90e4b51eeef0be4 /tests
parent03879ce9879220be56068730e5f63d05db715b0d (diff)
downloadonionshare-b826528603fbed39a87c56ebef7c37430468447e.tar.gz
onionshare-b826528603fbed39a87c56ebef7c37430468447e.zip
Remove commented out teardownClass (even though the teardown isn't working atm :/)
Diffstat (limited to 'tests')
-rw-r--r--tests/local_onionshare_quitting_during_share_prompts_warning_test.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/local_onionshare_quitting_during_share_prompts_warning_test.py b/tests/local_onionshare_quitting_during_share_prompts_warning_test.py
index f6425d1b..b33b991c 100644
--- a/tests/local_onionshare_quitting_during_share_prompts_warning_test.py
+++ b/tests/local_onionshare_quitting_during_share_prompts_warning_test.py
@@ -12,9 +12,9 @@ class LocalQuittingDuringSharePromptsWarningTest(unittest.TestCase, GuiShareTest
}
cls.gui = GuiShareTest.set_up(test_settings, 'LocalQuittingDuringSharePromptsWarningTest')
- #@classmethod
- #def tearDownClass(cls):
- # TorGuiShareTest.tear_down()
+ @classmethod
+ def tearDownClass(cls):
+ GuiShareTest.tear_down()
def test_gui(self):
self.run_all_common_setup_tests()