mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-16 00:34:09 -05:00
Add Settings GUI test
This commit is contained in:
parent
b2a7b0c929
commit
1a6356870c
25 changed files with 314 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ class ShareModeTimerTest(unittest.TestCase, TorGuiShareTest):
|
|||
}
|
||||
cls.gui = TorGuiShareTest.set_up(test_settings, 'ShareModeTimerTest')
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
TorGuiShareTest.tear_down()
|
||||
|
||||
@pytest.mark.tor
|
||||
def test_gui(self):
|
||||
self.run_all_common_setup_tests()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue