qutebrowser/tests/unit/misc
Florian Bruhin 99c8b80a46 Use i- as prefix for the IPC path on macOS
With Qt 5.12, standarddir.runtime() gives us a path in /private/var/folders/...
instead of /var/folders/... like before. Due to that change, the path length is
105 chars, which is too long for a named socket (104 seems to be okay).

The complete name is just slightly too long, so using i- instead of ipc- fixes
things...

Fixes #4471
See #888
2019-02-22 10:22:09 +01:00
..
test_autoupdate.py Update PyPI api URL. 2018-05-02 23:08:51 +12:00
test_checkpyver.py Fix lint 2018-11-28 13:01:43 +01:00
test_cmdhistory.py Update copyright years 2018-02-05 12:19:50 +01:00
test_crashdialog.py tests: Fix broken parametrization id functions 2018-10-24 10:57:17 +02:00
test_earlyinit.py Update copyright years 2018-02-05 12:19:50 +01:00
test_editor.py Use caplog.messages 2018-10-24 10:57:17 +02:00
test_guiprocess.py Use caplog.messages 2018-10-24 10:57:17 +02:00
test_ipc.py Use i- as prefix for the IPC path on macOS 2019-02-22 10:22:09 +01:00
test_keyhints.py Move cmdutils.cmd_dict to objects.commands 2018-11-29 14:18:11 +01:00
test_lineparser.py Fix lineparser tests 2018-08-07 17:53:26 +02:00
test_miscwidgets.py Simplify test 2018-10-30 15:32:35 +01:00
test_msgbox.py Update copyright years 2018-02-05 12:19:50 +01:00
test_objects.py Update copyright years 2018-02-05 12:19:50 +01:00
test_pastebin.py Paste version information privately 2018-02-26 23:09:55 +01:00
test_readline.py Update copyright years 2018-02-05 12:19:50 +01:00
test_sessions.py Further simplify caplog.messages 2018-10-25 11:16:26 +02:00
test_split_hypothesis.py Update copyright years 2018-02-05 12:19:50 +01:00
test_split.py tests: Fix broken parametrization id functions 2018-10-24 10:57:17 +02:00
test_sql.py Use caplog.messages 2018-10-24 10:57:17 +02:00
test_utilcmds.py Move unit tests 2018-11-30 16:25:12 +01:00