qutebrowser/tests/unit
Jan Palus 25dc019886
Unify librarry loading for X11/Wayland wmname
libwayland-client.so is development symlink used during linking and there's no need to
have it installed (usually shipped in -devel/-dev packages) on user's machines. Instead
of hardcoding library file name, use same mechanism as in libX11 which let's Python
figure the details and share common logic between X11 and Wayland.

Fixes #8771
2025-11-11 00:51:05 +01: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-10 13:02:26 +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 configcommands: Fix :config-list-remove with invalid value 2025-10-12 14:53:45 +02: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 tests: Add Qt.Key.Key_Keyboard 2025-10-12 13:32:01 +02: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 00:51:05 +01:00
scripts Fix lint/tests 2023-07-23 14:10:10 +02:00
utils Fix Qt 5 2025-10-24 00:01:28 +02: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