aboutsummaryrefslogtreecommitdiff
path: root/cli/tests
AgeCommit message (Collapse)Author
2021-05-04Move the cleanup() function from Onionshare class to Web class, so that the ↵Miguel Jacq
list of files to be cleaned up is always available (needed for website temp files)
2021-05-02Fix CLI tests in macOSMicah Lee
2021-05-02Remove deprecated pytest stuffMicah Lee
2021-05-02Fix CLI tests in WindowsMicah Lee
2021-05-02Write receive mode CLI tests to confirm messages and files get uploaded, and ↵Micah Lee
when no files are uploaded an empty folder is not created
2021-04-29Fix flake8 issues found in cliMicah Lee
2021-04-25Merge pull request #1321 from SaptakS/range-requests-revisitedMicah Lee
Reviving the old range request PR
2021-04-13Merge pull request #1326 from micahflee/pretty_verboseSaptak Sengupta
Make verbose output prettier with terminal colors
2021-04-12Fix log testsMicah Lee
2021-04-12Fixes tests for normal range requests, curl and wgetSaptak S
2021-04-12Fixes parameters in the test functionSaptak S
2021-04-12Reviving the old range request PRSaptak S
This commit basically just adds the codes from the PR https://github.com/micahflee/onionshare/pull/804/commits on the newly structured and refactored code and also fixes import dependencies and changed any code that was relevant with the new code of onionshare
2021-04-12Test webhook in CLIMicah Lee
2021-03-10chore: refactor code quality issuesAksh Gupta
2020-11-27Fix start_onion_service testMicah Lee
2020-11-08Remove obsolete resource path testsMicah Lee
2020-10-12Add onionshare CLI to cli folder, move GUI to desktop folder, and start ↵Micah Lee
refactoring it to work with briefcase