mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-31 04:04:16 -04:00
Move GUI tests into a single function each, which solves ordering bugs, and also means we don't need to depend on pytest-ordering
This commit is contained in:
parent
1a1d3d9c8a
commit
668aa66323
18 changed files with 17 additions and 95 deletions
|
@ -15,11 +15,8 @@ class LocalShareModePersistentSlugTest(unittest.TestCase, GuiShareTest):
|
|||
}
|
||||
cls.gui = GuiShareTest.set_up(test_settings, 'LocalShareModePersistentSlugTest')
|
||||
|
||||
def test_run_all_common_setup_tests(self):
|
||||
def test_gui(self):
|
||||
self.run_all_common_setup_tests()
|
||||
|
||||
@pytest.mark.run(after='test_run_all_common_setup_tests')
|
||||
def test_run_all_share_mode_tests(self):
|
||||
self.run_all_share_mode_persistent_tests(False, True)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue