onionshare/desktop/tests
2021-05-11 08:15:35 +10:00
..
__init__.py Add onionshare CLI to cli folder, move GUI to desktop folder, and start refactoring it to work with briefcase 2020-10-12 22:40:55 -07:00
conftest.py Fix flake8 warnings in desktop 2021-04-30 11:38:23 -07:00
gui_base_test.py Merge branch 'develop' into fix_405_error_and_other_methods 2021-05-11 08:15:35 +10:00
run.bat Load onionshare_cli from source tree instead of pip dependency, and start making tests work with PySide2 2020-10-14 20:17:08 -07:00
run.sh Add tests for Chat, and fix the server_status message bar when in Chat mode 2021-05-10 15:05:16 +10:00
test_gui_chat.py Add tests for Chat, and fix the server_status message bar when in Chat mode 2021-05-10 15:05:16 +10:00
test_gui_receive.py Fix receive mode test 2021-05-10 11:42:13 +10:00
test_gui_share.py Register the 405 error handler properly. Enforce the appropriate methods for each route (GET or POST only, with OPTIONS disabled). Add tests for invalid methods. Add a friendlier 500 internal server error handler 2021-05-10 11:23:44 +10:00
test_gui_tabs.py Add tests for Chat, and fix the server_status message bar when in Chat mode 2021-05-10 15:05:16 +10:00
test_gui_website.py Website mode doesn't need to support POST as a method 2021-05-11 08:14:49 +10:00