qutebrowser/tests
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
..
helpers Fix new flake8 lint. 2016-01-22 17:33:58 +01:00
html Add tests/html/jsalert_multiline.html. 2015-08-27 22:13:40 +02:00
integration Use json.dumps for logged fake clipboard. 2016-02-03 20:54:35 +01:00
unit Use json.dumps for logged fake clipboard. 2016-02-03 20:54:35 +01:00
conftest.py Fix new flake8 lint. 2016-01-22 17:33:58 +01:00
test_conftest.py Adjust copyright years. 2016-01-04 07:12:39 +01:00