mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-10 02:15:21 -04:00
add the other Tor tests into tests_gui and refactor them. Reinstate the shell script for the sake of Travis
This commit is contained in:
parent
fd1174c41d
commit
540806f0aa
8 changed files with 84 additions and 497 deletions
|
@ -62,9 +62,9 @@ class TorGuiShareTest(TorGuiBaseTest, GuiShareTest):
|
|||
def run_all_share_mode_timer_tests(self, public_mode):
|
||||
"""Auto-stop timer tests in share mode"""
|
||||
self.run_all_share_mode_setup_tests()
|
||||
self.set_timeout(self.gui.share_mode, 5)
|
||||
self.set_timeout(self.gui.share_mode, 120)
|
||||
self.run_all_share_mode_started_tests(public_mode)
|
||||
self.timeout_widget_hidden(self.gui.share_mode)
|
||||
self.server_timed_out(self.gui.share_mode, 10000)
|
||||
self.server_timed_out(self.gui.share_mode, 125000)
|
||||
self.web_service_is_stopped()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue