onionshare/desktop/tests
Miguel Jacq 0bf8f53d30
ClientAuthV3 fixes
* Remove Client Auth as an explicit option (it's on by default).
 * Update wording about Public mode
 * Fix tuple error when raising TorTooOldStealth exception in CLI
 * Move Private Key button next to URL button in GUI
 * Replace visual references of ClientAuth to Private Key
 * Remove HTTPAuth Flask dependency and remove a lot of code to do with password generation,
   401 auth triggers/invalid password rate limit detection etc
 * Test updates
 * Remove obsolete locale keys
2021-08-27 15:52:29 +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 ClientAuthV3 fixes 2021-08-27 15:52:29 +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 ClientAuthV3 fixes 2021-08-27 15:52:29 +10:00
test_gui_receive.py Fix receive mode test 2021-05-10 11:42:13 +10:00
test_gui_share.py ClientAuthV3 fixes 2021-08-27 15:52:29 +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 ClientAuthV3 fixes 2021-08-27 15:52:29 +10:00