summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-17sudoMiguel Jacq
2018-10-17circleci tweaksMiguel Jacq
2018-10-17circleci tweaksMiguel Jacq
2018-10-17circleci tweaksMiguel Jacq
2018-10-17try to get circleci to build just this branch for nowMiguel Jacq
2018-10-17Add initial .circleci configMiguel 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-17Merge branch 'develop' into fix_tor_testsMiguel Jacq
2018-10-16Merge pull request #810 from mig5/fix_timer_alertMicah Lee
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-16Merge pull request #808 from mig5/remove_arg_from_stringsMicah Lee
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 call to Alert() when an autostop timer has run out before starting the shareMiguel 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-15Remove second arg from two calls to strings()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-13Update test documentationMiguel Jacq
2018-10-13Move GUI tests into tests/ dir and fix conftest related stuff so everything l...Miguel Jacq
2018-10-13Another attempt at changing pytest ordering so that pytest can run without sh...Miguel Jacq
2018-10-13add the other Tor tests into tests_gui and refactor them. Reinstate the shell...Miguel Jacq
2018-10-12Commit missing test changes for canceling a shareMiguel Jacq
2018-10-12cancel share test in TorMiguel Jacq
2018-10-12add tor marker on the stealth testMiguel Jacq
2018-10-12Beginning to move the Tor tests into tests_gui and inheriting what we can fro...Miguel Jacq
2018-10-11Remove python3-cryptography dependencyMicah Lee
2018-10-11Add instructions for making sure you have pytest in your path (which you don'...Micah Lee
2018-10-11Bump python required version down to 3.5.3, and finish removing python3-nacl ...Micah Lee
2018-10-11Drop the PyNaCl dependency, because we are no longer generating v3 onion keysMicah Lee
2018-10-11Remove the whole onionkey module, and generate onion keys using stem 1.7.0Micah Lee
2018-10-12Fix persistence tests, re-introduce separate settings json files, fix call to...Miguel Jacq
2018-10-12Revert "Write settings json files out to unique files per test"Miguel Jacq
2018-10-12Write settings json files out to unique files per testMiguel Jacq
2018-10-12Refactor tests to use proper inheritance of GuiReceiveTest/GuiShareTest (whic...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-11Refactor local tests to reuse most of their codeMiguel Jacq
2018-10-11Merge pull request #800 from micahflee/690_language_dropdownMiguel Jacq
2018-10-11Fix conflictsMiguel Jacq
2018-10-11Merge pull request #798 from micahflee/780_improved_uiMiguel Jacq
2018-10-10Fix various bugs so local GUI tests pass again after mergesMicah Lee