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