onionshare/cli/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 Remove deprecated pytest stuff 2021-05-02 15:33:42 -07:00
pytest.ini 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
test_cli_common.py Fix CLI tests in Windows 2021-05-02 15:32:45 -07:00
test_cli_settings.py Updated test cli settings 2021-07-22 02:37:24 +05:30
test_cli_web.py ClientAuthV3 fixes 2021-08-27 15:52:29 +10:00
test_cli.py Move the cleanup() function from Onionshare class to Web class, so that the list of files to be cleaned up is always available (needed for website temp files) 2021-05-04 16:21:42 +10:00
test_range_request.py Fix flake8 issues found in cli 2021-04-29 17:13:05 -07:00