summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2018-11-13Merge develop branch and fix conflictsMiguel Jacq
2018-10-26Fix tests so they recognize the new receive mode locationMicah Lee
2018-10-18Remove problematic test againMiguel Jacq
2018-10-18Revert "Travis and CircleCI hate this simple test"Miguel Jacq
2018-10-17Tweaks to SettingsGuiBaseTest objectMiguel Jacq
2018-10-17more cleanup in teardown classMiguel Jacq
2018-10-17Fix path to large_file in teardown classMiguel Jacq
2018-10-17Travis and CircleCI hate this simple testMiguel Jacq
2018-10-17Revert "raise timer seuqnce on open settings dialog test (in case that's why ...Miguel Jacq
2018-10-17raise timer seuqnce on open settings dialog test (in case that's why it's seg...Miguel Jacq
2018-10-17Remove unique settings file per test, because they don't run concurrently any...Miguel Jacq
2018-10-17More test coverage, particularly of Receive ModeMiguel Jacq
2018-10-17Remove commented out teardownClass (even though the teardown isn't working at...Miguel Jacq
2018-10-17Add a test for making sure quitting during a share prompts before shutting do...Miguel Jacq
2018-10-17Add simple test to ensure we can click the settings buttonMiguel Jacq
2018-10-17Add better workaround for blocking QDialogs. Add unreadable file test and rei...Miguel Jacq
2018-10-17Fix stealth test, add legacy v2 onion testMiguel Jacq
2018-10-16Add Settings GUI testMiguel Jacq
2018-10-16More coverage such as 404 ratelimit, large file tests. Standardise some metho...Miguel Jacq