qutebrowser/tests/unit
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
..
browser Remove doubled check 2016-07-14 16:33:59 +02:00
commands Fix lint 2016-07-10 17:04:26 +02:00
completion Use a fixture for FakeWebTab 2016-07-10 16:57:02 +02:00
config Fix config values being lost with DELETED_OPTIONS 2016-07-14 16:58:54 +02:00
javascript tests: Default to raising=True for qtbot. 2016-01-08 09:49:06 +01:00
keyinput tests: Add a mode_manager fixture 2016-07-10 17:04:25 +02:00
mainwindow Fix url_text, take 3 2016-07-11 15:06:36 +02:00
misc pykint: Add some disable=unused-variable 2016-07-11 13:18:31 +02:00
scripts requirements: Update vulture to 0.9 2016-06-29 23:44:39 +02:00
utils Prevent tests from creating cachedir tag. 2016-07-15 13:46:50 -04:00
test_app.py Fix lint 2016-05-24 21:53:50 +02:00