summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2018-10-15Move GUI tests into a single function each, which solves ordering bugs, and a...Miguel Jacq
2018-10-14fix stealth test. Remove tor connection killed test, because it doesn't work ...Miguel Jacq
2018-10-14Fix class name of Tor persistent mode testMiguel Jacq
2018-10-14Remove unnecessary dependenciesMiguel Jacq
2018-10-13Move GUI tests into tests/ dir and fix conftest related stuff so everything l...Miguel Jacq
2018-10-11Revert "Try and move local tests into main tests dir. Rename local tests. Sav...Miguel Jacq
2018-10-11Try and move local tests into main tests dir. Rename local tests. Save test s...Miguel Jacq
2018-10-01Merge develop in and fix upload/timer functionality so that it works as descr...Miguel Jacq
2018-09-30Fix testsMicah Lee
2018-09-30Add locale to Settings, and make it default to the system locale, or EnglishMicah Lee
2018-09-27Rename test dir to tests. Rename unit_tests to tests_gui_local. Add test depe...Miguel Jacq