qutebrowser/tests/unit
brightonanc 595cda4896 Implementing an initial attempt at forwarding keys. Seems proper, but a few checks still need to be done.
Merges needed were:
* qutebrowser/keyinput/basekeyparser.py for the new count precaution (commit 51aa7ab)
* qutebrowser/keyinput/modeparsers.py for a simple syntax restructure (semantically
  identical)
* tests/unit/keyinput/test_basekeyparser.py for new count precaution (commit 51aa7ab)
  unit test
* qutebrowser/keyinput/modeman.py for import changes (commit eb8121f)
2025-12-21 03:37:41 -05:00
..
api tests: Fix sys.flags workaround with older Python versions 2025-07-29 10:10:13 +02:00
browser tests: Use star-unpacking instead of itertools.chain 2025-11-27 17:59:10 +01:00
commands Fix remaining references to old commands 2023-08-15 20:15:48 +02:00
completion Add test to ensure `set_model(None)` cleans up 2024-06-09 18:16:01 +12:00
components Drop unneeded nonlocal 2025-03-31 08:44:45 +02:00
config Add qt.workarounds.disable_accessibility setting 2025-11-30 17:55:54 +01:00
extensions Revert "walk_module workaround for PyInstaller" 2023-10-28 10:44:55 +13:00
javascript Fix and simplify JS quirks tests 2025-03-25 14:23:48 +01:00
keyinput Implementing an initial attempt at forwarding keys. Seems proper, but a few checks still need to be done. 2025-12-21 03:37:41 -05:00
mainwindow reuse: Replace last copyright texts 2023-07-23 12:59:11 +02:00
misc Unify librarry loading for X11/Wayland wmname 2025-11-11 09:10:04 +01:00
scripts Fix lint/tests 2023-07-23 14:10:10 +02:00
utils version: Use correct profile for extension list 2025-11-21 22:51:33 +01:00
test_app.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_qt_machinery.py Use builtin list/dict/set/... types for annotations 2024-10-15 11:54:49 +02:00
test_qutebrowser.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00