aboutsummaryrefslogtreecommitdiff
path: root/desktop/tests/test_gui_receive.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-10-13 17:28:54 -0700
committerMicah Lee <micah@micahflee.com>2020-10-13 17:28:54 -0700
commitb42f92d714145dcc6282773e61f68c00b4b79a28 (patch)
treeee4443ab3c5300db279a3cf0686380074d98c973 /desktop/tests/test_gui_receive.py
parentf4abcf1be9122a28005dc3e0949bf5952192e982 (diff)
downloadonionshare-b42f92d714145dcc6282773e61f68c00b4b79a28.tar.gz
onionshare-b42f92d714145dcc6282773e61f68c00b4b79a28.zip
Move docs back to root, move onionshare_gui into briefcase app, and make modifications so briefcase app will work
Diffstat (limited to 'desktop/tests/test_gui_receive.py')
-rw-r--r--desktop/tests/test_gui_receive.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/tests/test_gui_receive.py b/desktop/tests/test_gui_receive.py
index d9501460..f89b69f8 100644
--- a/desktop/tests/test_gui_receive.py
+++ b/desktop/tests/test_gui_receive.py
@@ -171,7 +171,6 @@ class TestReceive(GuiBaseTest):
# Tests
- @pytest.mark.gui
def test_clear_all_button(self):
"""
Clear all history items should work
@@ -183,7 +182,6 @@ class TestReceive(GuiBaseTest):
self.close_all_tabs()
- @pytest.mark.gui
def test_autostop_timer(self):
"""
Test autostop timer
@@ -201,7 +199,6 @@ class TestReceive(GuiBaseTest):
self.close_all_tabs()
- @pytest.mark.gui
def test_upload(self):
"""
Test uploading files
@@ -213,7 +210,6 @@ class TestReceive(GuiBaseTest):
self.close_all_tabs()
- @pytest.mark.gui
@pytest.mark.skipif(sys.platform == "win32", reason="Windows doesn't have chmod")
def test_upload_non_writable_dir(self):
"""
@@ -225,7 +221,6 @@ class TestReceive(GuiBaseTest):
self.close_all_tabs()
- @pytest.mark.gui
def test_public_upload(self):
"""
Test uploading files in public mode
@@ -238,7 +233,6 @@ class TestReceive(GuiBaseTest):
self.close_all_tabs()
- @pytest.mark.gui
@pytest.mark.skipif(sys.platform == "win32", reason="Windows doesn't have chmod")
def test_public_upload_non_writable_dir(self):
"""