summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-09-22Invert the CSP header setting and put it in its own Website Mode settings gro...Miguel Jacq
2019-09-16Make setting the Content-Security-Policy header optional so it doesn't break ...Miguel Jacq
2019-09-09Fix the discrepancy between SendBaseModeWeb and Web objects' separate cur_his...Miguel Jacq
2019-09-09Fix tests in Receive Mode that actually do increment the history item widget ...Miguel Jacq
2019-09-03Reset the ToggleHistory indicator count/label when a share starts. Add a test...Miguel Jacq
2019-09-03Check for the (absence of) hyperlink in page markup before we move on to tryi...Miguel Jacq
2019-09-03Test to make sure that we *can't* download an individual file when not in sta...Miguel Jacq
2019-09-03Extend coverage of website mode testsMiguel Jacq
2019-09-03Aww. Adjust the website test html code since my easter egg didn't workMiguel Jacq
2019-09-03remove unnecessary import from GuiWebSiteTest classMiguel Jacq
2019-09-03Add a basic website testMiguel Jacq
2019-09-03Add tests to check that hyperlink to a shared file exists when in stay_open m...Miguel Jacq
2019-09-01Remove the "Allow downloading individual files" setting altogether, and make ...Micah Lee
2019-09-01Fix TestSettings.test_init testMicah Lee
2019-05-24Make GuiReceiveTest.upload_test use basic auth when identical_files_at_once i...Micah Lee
2019-05-24Fix testsMicah Lee
2019-05-24Replace URLs that have slugs with basic auth in testsMicah Lee
2019-05-23Fix web tests to use basic auth and passwords instead of slugsMicah Lee
2019-05-22Rename slugs to passwords in the testsMicah Lee
2019-04-19Merge pull request #959 from micahflee/958_verboseMicah Lee
2019-04-18Skip GUI and tor tests if pytest is older than 2.9, to allow tests to run in ...Micah Lee
2019-04-18Rename debug to verbose in all relevant placesMicah Lee
2019-03-25Standardise all startup_timer, scheduled_start attributes as 'autostart_timer'Miguel Jacq
2019-03-25Standardise all shutdown_timer, shutdown_timeout, timeout attributes as 'auto...Miguel Jacq
2019-03-25Fix conflictsMiguel Jacq
2019-03-22Merge pull request #935 from mig5/fix_receive_mode_folder_collisionMicah Lee
2019-03-11Various Startup Timer fixes for strings, bundled mode, stealth mode, startup/...Miguel Jacq
2019-03-10Merge pull request #926 from mig5/fix_settings_in_web_testMicah Lee
2019-03-08On a folder name collision, make sure we update the self.receive_mode_dir att...Miguel Jacq
2019-03-08Fix a minor corner case related to server status button when canceling a sche...Miguel Jacq
2019-03-06Prevent a scheduled share from starting after the scheduled time has passed. ...Miguel Jacq
2019-03-05Test that the web server is stopped when it's scheduled for a later startMiguel Jacq
2019-03-05Add a Startup Timer feature (scheduled start / dead man's switch)Miguel Jacq
2019-02-26Use a custom Settings object in test_onionshare_web.py, rather than potential...Miguel Jacq
2019-02-22remove actual sender_closed test functionMiguel Jacq
2019-02-22Remove obsolete test for sender closing a Receive Mode service via the web in...Miguel Jacq
2019-02-11Support persistent v3 onionsMiguel Jacq
2019-01-21Write test to confirm that submitting the receive mode form without selecting...Micah Lee
2019-01-20Fix tests to use data_dir setting instead of downloads_dirMicah Lee
2019-01-15Make it so GUI tests only run with --runguiMicah Lee
2018-12-16Merge branch 'develop' into 406_osx_sandboxMicah Lee
2018-12-16Merge pull request #831 from micahflee/812_fix_v3_onionsMicah Lee
2018-12-13Remove qtapp.processEvents() call from settings dialog tests, because they ca...Micah Lee
2018-12-13Always pass in both is_authenticated and supports_v3_onions to OnionStubMicah Lee
2018-12-13Fix bug in OnionStub, the stub used in settings dialog testsMicah Lee
2018-12-13Remove unnecessary imports from settings dialog testsMicah Lee
2018-12-13Fix test_load_strings_loads_other_languages testMicah Lee
2018-12-05Update settings dialog tests to use an OnionStub instead of an Onion, and tes...Micah Lee
2018-11-25Fix test for Windows settings pathMicah Lee
2018-11-13remove obsolete settings in test that related to allowing receiver to shutdow...Miguel Jacq