summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2019-04-19Merge pull request #959 from micahflee/958_verboseMicah Lee
Rename --debug to --verbose
2019-04-18Skip GUI and tor tests if pytest is older than 2.9, to allow tests to run in ↵Micah Lee
old ubuntu
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 ↵Miguel Jacq
'autostop_timer'
2019-03-25Fix conflictsMiguel Jacq
2019-03-22Merge pull request #935 from mig5/fix_receive_mode_folder_collisionMicah Lee
On a folder name collision, make sure we update the self.receive_mode_dir attribute
2019-03-11Various Startup Timer fixes for strings, bundled mode, stealth mode, ↵Miguel Jacq
startup/shutdown time clashes
2019-03-10Merge pull request #926 from mig5/fix_settings_in_web_testMicah Lee
Use a custom Settings object in test_onionshare_web.py, rather than potentially load non-ephemeral settings
2019-03-08On a folder name collision, make sure we update the self.receive_mode_dir ↵Miguel Jacq
attribute after creating a unique folder with a suffix. Adjust Receive Mode tests to test for this
2019-03-08Fix a minor corner case related to server status button when canceling a ↵Miguel Jacq
scheduled share. Leverage scheduled shares in order to test 'cancel' action in local mode for better test coverage
2019-03-06Prevent a scheduled share from starting after the scheduled time has passed. ↵Miguel Jacq
Add a test for this
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 ↵Miguel Jacq
potentially load non-ephemeral settings
2019-02-22remove actual sender_closed test functionMiguel Jacq
2019-02-22Remove obsolete test for sender closing a Receive Mode service via the web ↵Miguel Jacq
interface
2019-02-11Support persistent v3 onionsMiguel Jacq
2019-01-21Write test to confirm that submitting the receive mode form without ↵Micah Lee
selecting files doesn't change in_progress_count or completed_count
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
[WIP] Fix v3 onion services
2018-12-13Remove qtapp.processEvents() call from settings dialog tests, because they ↵Micah Lee
cause a segfault in circleci for some reason
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 ↵Micah Lee
test different states of tor (authenticate and not, supports v3 and not)
2018-11-25Fix test for Windows settings pathMicah Lee
2018-11-13remove obsolete settings in test that related to allowing receiver to ↵Miguel Jacq
shutdown service
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
This reverts commit a68a0dbabfe9a108014bed0e3fe6ae05c22b637a.
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
it's segfaulting in Travis)" This reverts commit 22e566784238e5da76a3a311a097a00dc482457b.
2018-10-17raise timer seuqnce on open settings dialog test (in case that's why it's ↵Miguel Jacq
segfaulting in Travis)
2018-10-17Remove unique settings file per test, because they don't run concurrently ↵Miguel Jacq
anymore
2018-10-17More test coverage, particularly of Receive ModeMiguel Jacq
2018-10-17Remove commented out teardownClass (even though the teardown isn't working ↵Miguel Jacq
atm :/)
2018-10-17Add a test for making sure quitting during a share prompts before shutting ↵Miguel Jacq
down share
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 ↵Miguel Jacq
reinstate tor connection killed test
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 ↵Miguel Jacq
method naming conventions and other fixes/cleanup