qutebrowser/tests
Florian Bruhin 3680f01576 Switch to pytest 2.8.
Closes #1077.

There were two issues:

- Paths for coverage.py suddenly were absolute instead of relative, so we strip
  the common base part if that happens.

  /home/florian/proj/qutebrowser/git/qutebrowser/browser/cookies.py has 100%
  coverage but is not in perfect_files!
  /home/florian/proj/qutebrowser/git/qutebrowser/browser/http.py has 100%
  coverage but is not in perfect_files!
  [...]

- There was an io.UnsupportedOperationError in test_check_coverage.py because
  of pytest-faulthandler, so we just don't load that in the subprocess.
2015-11-11 20:57:47 +01:00
..
helpers tests: Switch from pytest-capturelog to catchlog. 2015-11-11 19:57:03 +01:00
html Add tests/html/jsalert_multiline.html. 2015-08-27 22:13:40 +02:00
integration Improve :set error messages. 2015-11-10 22:09:36 +01:00
unit Switch to pytest 2.8. 2015-11-11 20:57:47 +01:00
conftest.py tests: Switch from pytest-capturelog to catchlog. 2015-11-11 19:57:03 +01:00
test_conftest.py Merge branch 'bdd' 2015-11-02 06:36:30 +01:00