mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-07 06:13:03 -04:00
Remove commented out teardownClass (even though the teardown isn't working atm :/)
This commit is contained in:
parent
03879ce987
commit
b826528603
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ class LocalQuittingDuringSharePromptsWarningTest(unittest.TestCase, GuiShareTest
|
||||||
}
|
}
|
||||||
cls.gui = GuiShareTest.set_up(test_settings, 'LocalQuittingDuringSharePromptsWarningTest')
|
cls.gui = GuiShareTest.set_up(test_settings, 'LocalQuittingDuringSharePromptsWarningTest')
|
||||||
|
|
||||||
#@classmethod
|
@classmethod
|
||||||
#def tearDownClass(cls):
|
def tearDownClass(cls):
|
||||||
# TorGuiShareTest.tear_down()
|
GuiShareTest.tear_down()
|
||||||
|
|
||||||
def test_gui(self):
|
def test_gui(self):
|
||||||
self.run_all_common_setup_tests()
|
self.run_all_common_setup_tests()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue