mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 16:35:03 -04:00
Move docs back to root, move onionshare_gui into briefcase app, and make modifications so briefcase app will work
This commit is contained in:
parent
f4abcf1be9
commit
b42f92d714
490 changed files with 226 additions and 14886 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue