summaryrefslogtreecommitdiff
path: root/tests/unit/misc
AgeCommit message (Expand)Author
2022-01-04Use flake8-pytest-stylepytest-styleFlorian Bruhin
2021-12-03pylint: Enable docparams checkerFlorian Bruhin
2021-10-30Add flatpak hint to :spawn messageFlorian Bruhin
2021-07-09Restore the sql fixture to close DBs after testinglufte
2021-07-03Fix function name too shortlufte
2021-07-02No need to create new databases each timelufte
2021-07-02Add unit tests for the Transaction classlufte
2021-06-30Make version() a plain functionlufte
2021-06-28Update test_sql unit testslufte
2021-05-30Handle un-encodable initial text for editorFlorian Bruhin
2021-04-05Fix elf testsFlorian Bruhin
2021-03-31flatpak: Try getting ID from /.flatpak_infoFlorian Bruhin
2021-03-31flatpak: Fix standarddir/ipc testsFlorian Bruhin
2021-03-29ipc: Fix socket handlingFlorian Bruhin
2021-03-29Revert "ipc: Remove _old_socket handling"Florian Bruhin
2021-03-29ipc: Remove _old_socket handlingFlorian Bruhin
2021-03-23spawn: Also add live output for stderrFlorian Bruhin
2021-03-23Fix/simplify crashed/unsuccessful editor testsFlorian Bruhin
2021-03-23Clean up successful process data after 1hFlorian Bruhin
2021-03-23Fix remaining guiprocess tests on WindowsFlorian Bruhin
2021-03-23Improve test_live_messages_output parametrizationFlorian Bruhin
2021-03-23Fix test_live_messages_output on WindowsFlorian Bruhin
2021-03-23Fix editor unit testsFlorian Bruhin
2021-03-23tests: Base FakeProcess on a real QProcessFlorian Bruhin
2021-03-23Revert "tests: Use real processes in test_editor"Florian Bruhin
2021-03-23tests: Also kill processes when they're still starting upFlorian Bruhin
2021-03-23guiprocess: Elide long outputFlorian Bruhin
2021-03-23Fix guiprocess testsFlorian Bruhin
2021-03-23Fix lintFlorian Bruhin
2021-03-23tests: Use real processes in test_editorFlorian Bruhin
2021-03-23Improve tests for guiprocessFlorian Bruhin
2021-03-23Fix lint/testsFlorian Bruhin
2021-03-23Fix argv usage in test_guiprocessFlorian Bruhin
2021-03-23Add a ProcessOutcome classFlorian Bruhin
2021-03-23Get rid of qute://spawn-outputFlorian Bruhin
2021-03-23Add basic live output for :spawn -mFlorian Bruhin
2021-03-15Improve error messages for GUIProcessFlorian Bruhin
2021-03-15tests: Don't download TLD listFlorian Bruhin
2021-03-03Merge branch 'master' into feature/6109-file-picker-stdoutAxel Dahlberg
2021-03-01Merge remote-tracking branch 'upstream/master' into qbot-snake-caseLembrun
2021-02-28Replaced os.stat method by the pathlib equivalent #3Lembrun
2021-02-28Replace os* methods by pathlib equivalent #2Lembrun
2021-02-28Replaced os.stat by the pathlib equivalentLembrun
2021-02-26Qtbot methods changed to snake case,snake case check addedLembrun
2021-02-25Rename utils.py to testutils.pyLembrun
2021-02-15Use logging instead of print for --no-err-windowsFlorian Bruhin
2021-02-10Make ELF parsing more resilientFlorian Bruhin
2021-02-10WIP: Refactor QtWebEngine version handlingFlorian Bruhin
2021-02-03Improve rebuilding of history databaseFlorian Bruhin
2021-02-01Changes based on feedbackAxel Dahlberg