mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-12 11:22:14 -04:00
Add Settings GUI test
This commit is contained in:
parent
cc49589080
commit
fea34c0f34
25 changed files with 314 additions and 0 deletions
|
@ -14,6 +14,10 @@ class LocalShareModePersistentSlugTest(unittest.TestCase, GuiShareTest):
|
|||
}
|
||||
cls.gui = GuiShareTest.set_up(test_settings, 'LocalShareModePersistentSlugTest')
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
GuiShareTest.tear_down()
|
||||
|
||||
def test_gui(self):
|
||||
self.run_all_common_setup_tests()
|
||||
self.run_all_share_mode_persistent_tests(False, True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue