qutebrowser/tests
Florian Bruhin d6926f0622 Fix expected data in AppendLineParser test
There were two different issues here:

- `\n` rather than `os.linesep` was used, which caused the "generated"
  file to have less data in it than expected
- A final `os.linesep` (or `\n`) was missing, but that was cancelled out
  by a off-by-one error when slicing, so wasn't an issue until we tried
  with \r\n endings.
2016-06-09 10:26:09 +02:00
..
end2end Merge branch 'lowercase-toggle' of https://github.com/EliteTK/qutebrowser into EliteTK-lowercase-toggle 2016-06-08 22:39:19 +02:00
helpers Fix sharing of cookie jars with private browsing 2016-06-08 16:35:43 +02:00
manual Add automated test for #1186 2016-06-07 14:15:32 +02:00
unit Fix expected data in AppendLineParser test 2016-06-09 10:26:09 +02:00
conftest.py Fix pytest_status workaround if .cache is missing 2016-05-29 22:21:35 +02:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00