mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-09 23:02:54 -04:00
Fix a minor corner case related to server status button when canceling a scheduled share. Leverage scheduled shares in order to test 'cancel' action in local mode for better test coverage
This commit is contained in:
parent
f124ccab7c
commit
eae049d46a
5 changed files with 43 additions and 15 deletions
|
@ -8,6 +8,7 @@ class ShareModeCancelTest(unittest.TestCase, TorGuiShareTest):
|
|||
@classmethod
|
||||
def setUpClass(cls):
|
||||
test_settings = {
|
||||
"startup_timer": True,
|
||||
}
|
||||
cls.gui = TorGuiShareTest.set_up(test_settings)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue