qutebrowser/tests/unit/utils
Florian Bruhin 0b491f6caf Use json.dumps for logged fake clipboard.
For some reason, when comparing the repr in the two processes, we get different
results on OS X and Windows:

- expected: "fünf"
- "f\xfcnf" coming back from the subprocess on OS X
- "fnf" on Windows

Instead we're comparing the json dump now, which should be more predictable.
2016-02-03 20:54:35 +01:00
..
usertypes flake8: Add flake8-putty plugin. 2016-01-22 17:33:58 +01:00
overflow_test_cases.py tests: Make test IDs predictable. 2016-01-25 22:15:31 +01:00
test_debug.py flake8: Add flake8-putty plugin. 2016-01-22 17:33:58 +01:00
test_error.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_jinja.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_log.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_qtutils.py tests: Make test IDs predictable. 2016-01-25 22:15:31 +01:00
test_standarddir.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_urlutils.py fuzzy_url: Raise InvalidUrlError on empty URLs. 2016-02-02 06:38:48 +01:00
test_utils.py Use json.dumps for logged fake clipboard. 2016-02-03 20:54:35 +01:00
test_version.py pdfjs: add file path to version information 2016-02-01 17:28:18 +01:00