summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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
2018-10-15Move GUI tests into a single function each, which solves ordering bugs, and ↵Miguel Jacq
also means we don't need to depend on pytest-ordering
2018-10-14fix stealth test. Remove tor connection killed test, because it doesn't work ↵Miguel Jacq
like this in 'automatic' connection mode which we need for Mac/Windows testing
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 ↵Miguel Jacq
loads what it needs and passes
2018-10-11Revert "Try and move local tests into main tests dir. Rename local tests. ↵Miguel Jacq
Save test settings to unique json files to avoid race conditions" This reverts commit 43eda6b9df808b2ef29b98ae3b9fb9803843cfc2.
2018-10-11Try and move local tests into main tests dir. Rename local tests. Save test ↵Miguel Jacq
settings to unique json files to avoid race conditions
2018-10-01Merge develop in and fix upload/timer functionality so that it works as ↵Miguel Jacq
described. Still needs fixing to not throw a connection error to the lucky last uploader after their upload completes and server stops due to expiry having passed
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 ↵Miguel Jacq
dependencies. Update various paths. Add GUI unit tests docs to BUILD.md