mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-05 07:55:23 -04:00
Add CLI tests in
This commit is contained in:
parent
865d36e52f
commit
535ade0096
7 changed files with 869 additions and 17 deletions
|
@ -26,7 +26,7 @@ from onionshare_gui.tab.mode.website_mode import WebsiteMode
|
|||
class GuiBaseTest(unittest.TestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
common = Common()
|
||||
common = Common(verbose=True)
|
||||
qtapp = Application(common)
|
||||
common.gui = GuiCommon(common, qtapp, local_only=True)
|
||||
cls.gui = MainWindow(common, filenames=None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue