mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 12:12:56 -03:00
add tor marker on the stealth test
This commit is contained in:
parent
b758ac4d0a
commit
d77c12a6f8
1 changed files with 4 additions and 0 deletions
|
@ -14,19 +14,23 @@ class ShareModeStealthTest(unittest.TestCase, TorGuiShareTest):
|
|||
cls.gui = TorGuiShareTest.set_up(test_settings, 'ShareModeStealthTest')
|
||||
|
||||
@pytest.mark.run(order=1)
|
||||
@pytest.mark.tor
|
||||
def test_run_all_common_setup_tests(self):
|
||||
self.run_all_common_setup_tests()
|
||||
|
||||
@pytest.mark.run(order=2)
|
||||
@pytest.mark.tor
|
||||
def test_run_share_mode_setup_tests(self):
|
||||
self.run_all_share_mode_setup_tests()
|
||||
self.run_all_share_mode_started_tests(False)
|
||||
|
||||
@pytest.mark.run(order=3)
|
||||
@pytest.mark.tor
|
||||
def test_copy_have_hidserv_auth_button(self):
|
||||
self.copy_have_hidserv_auth_button(self.gui.share_mode)
|
||||
|
||||
@pytest.mark.run(order=4)
|
||||
@pytest.mark.tor
|
||||
def test_hidserv_auth_string(self):
|
||||
self.hidserv_auth_string()
|
||||
|
||||
|
|
Loading…
Reference in a new issue