qutebrowser/tests/unit/misc
toofar 145bfe4de0 windows doesn't support SIGHUP
It gives an AttributeError for both signal.SIGHUP and
signal.Signals.SIGHUP. The Signals Enum is set up so you can use the
strings to key into it though, so that's nice. I was tempted to use a
walrus operator here but I think that's python 310 and I don't remember
what our minimum supported version is.
2024-02-25 15:56:34 +13:00
..
userscripts reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_autoupdate.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_checkpyver.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_cmdhistory.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_crashdialog.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_crashsignal.py windows doesn't support SIGHUP 2024-02-25 15:56:34 +13:00
test_earlyinit.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_editor.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_elf.py pakjoy: Fix test_elf.py 2023-11-22 09:58:26 +01:00
test_guiprocess.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_ipc.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_keyhints.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_lineparser.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_miscwidgets.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_msgbox.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_objects.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_pakjoy.py Extend pakjoy to Qt 6.5.0/.1/.2 with dark mode 2023-12-05 13:46:02 +01:00
test_pastebin.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_sessions.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_split.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_split_hypothesis.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02:00
test_sql.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_throttle.py reuse: Update remaining copyright texts 2023-07-23 12:52:01 +02:00
test_utilcmds.py Rename :repeat-command to :cmd-repeat-last 2023-08-11 09:02:12 +02:00