Start moving over share tests

This commit is contained in:
Micah Lee 2019-11-08 16:20:38 +08:00
parent 42d431676a
commit 865d36e52f
3 changed files with 395 additions and 34 deletions

View file

@ -334,6 +334,11 @@ class TestTabs(GuiBaseTest):
# The window should still be open
self.assertTrue(self.gui.isVisible())
# Stop the server
QtTest.QTest.mouseClick(
tab.get_mode().server_status.server_button, QtCore.Qt.LeftButton
)
if __name__ == "__main__":
unittest.main()