qutebrowser/tests
Ryan Roden-Corrent 1f71520bb2 Prevent tests from creating cachedir tag.
Running test_standarddir would pollute the user's home with
`~/.cache/qute_test`.

The `no_cachedir_tag` fixture was supposed to prevent this, but was not
working because [usefixtures does not work on fixtures]
(https://github.com/pytest-dev/pytest/issues/1014).

This fixes the fixture to actually prevent cachedir creation, but
applies it to tests individually (or by class) rather than with autouse
because the cachedir tests cannot pass if it is working.
2016-07-15 13:46:50 -04:00
..
end2end Remove unneeded pylint suppression 2016-07-15 11:09:51 +02:00
helpers tests: Fix FakeWebTabScroller 2016-07-13 13:47:26 +02:00
manual Improve manual history test 2016-06-10 14:41:08 +02:00
unit Prevent tests from creating cachedir tag. 2016-07-15 13:46:50 -04:00
conftest.py Add --qute-bdd-webengine switch for end2end tests 2016-07-11 17:24:03 +02:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00