qutebrowser/tests/unit
Florian Bruhin ee4d6e0396 sql: Add *all* primary sqlite result codes
For three reasons:

- There are only 31 of them, and we don't really expect any more to
  turn up (last happened in 2013, and we have a test for it happening)
- It makes for nicer debug output
- It always felt strange to only have a small subset in the enum
2022-08-26 19:11:15 +02:00
..
api pylint: Remove now-useless suppressions 2021-12-02 17:43:45 +01:00
browser Adjust test_notification for Qt 6 2022-08-23 18:31:42 +02:00
commands Run scripts/dev/rewrite_qt_imports.sh 2022-08-23 18:09:11 +02:00
completion qt 6: Comprehensive core moves 2022-08-23 18:31:41 +02:00
components Run scripts/dev/rewrite_enums.py 2022-08-23 18:31:38 +02:00
config Qt 6.4: Add --webEngineArgs 2022-08-23 18:31:42 +02:00
extensions Remove old PyInstaller handling 2021-11-01 10:41:44 +01:00
javascript Adjust some fixme comments 2022-08-23 18:31:42 +02:00
keyinput keyutils: Move public functions to KeyInfo 2022-08-23 18:31:42 +02:00
mainwindow tests: Disable word wrap for rich text tests 2022-08-23 18:31:42 +02:00
misc sql: Add *all* primary sqlite result codes 2022-08-26 19:11:15 +02:00
scripts Fix check_coverage.py tests with pytest 7.0 2021-07-06 10:20:43 +02:00
utils Update Qt version test 2022-08-23 18:31:42 +02:00
test_app.py Run scripts/dev/rewrite_qt_imports.sh 2022-08-23 18:09:11 +02:00
test_qutebrowser.py CVE-2021-41146: Add --untrusted-args to avoid argument injection 2021-10-21 16:01:04 +02:00