summaryrefslogtreecommitdiff
path: root/tests/GuiShareTest.py
AgeCommit message (Expand)Author
2019-10-12Format all code using blackMicah Lee
2019-09-09Fix the discrepancy between SendBaseModeWeb and Web objects' separate cur_his...Miguel Jacq
2019-09-03Reset the ToggleHistory indicator count/label when a share starts. Add a test...Miguel Jacq
2019-09-03Check for the (absence of) hyperlink in page markup before we move on to tryi...Miguel Jacq
2019-09-03Test to make sure that we *can't* download an individual file when not in sta...Miguel Jacq
2019-09-03Extend coverage of website mode testsMiguel Jacq
2019-09-03Add tests to check that hyperlink to a shared file exists when in stay_open m...Miguel Jacq
2019-09-01Remove the "Allow downloading individual files" setting altogether, and make ...Micah Lee
2019-05-24Fix testsMicah Lee
2019-05-24Replace URLs that have slugs with basic auth in testsMicah Lee
2019-05-22Rename slugs to passwords in the testsMicah 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-11Various Startup Timer fixes for strings, bundled mode, stealth mode, startup/...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
2018-10-17Add better workaround for blocking QDialogs. Add unreadable file test and rei...Miguel Jacq
2018-10-16More coverage such as 404 ratelimit, large file tests. Standardise some metho...Miguel Jacq
2018-10-13Move GUI tests into tests/ dir and fix conftest related stuff so everything l...Miguel Jacq