qutebrowser/tests/unit/utils
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
..
usertypes Fix some a/an misspellings 2016-07-05 08:34:03 +02:00
overflow_test_cases.py pylint: Enable docstyle extension 2016-07-11 13:47:18 +02:00
test_debug.py flake8: Add flake8-putty plugin. 2016-01-22 17:33:58 +01:00
test_error.py tests: Add a fake_args fixture 2016-07-10 17:04:25 +02:00
test_jinja.py Fix lint 2016-03-26 00:24:54 +01:00
test_log.py Add stubs for QtWebEngine 2016-07-08 12:53:48 +02:00
test_qtutils.py Rerun TestPyQIODevice.test_qprocess if needed. 2016-02-08 06:54:47 +01:00
test_standarddir.py Prevent tests from creating cachedir tag. 2016-07-15 13:46:50 -04:00
test_typing.py Add tests for qutebrowser.utils.typing 2016-05-18 06:55:17 +02:00
test_urlutils.py Fix some a/an misspellings 2016-07-05 08:34:03 +02:00
test_utils.py Implement utils.is_special_key. 2016-05-19 20:48:48 -04:00
test_version.py Fix version output test on Windows 2016-07-07 18:32:13 +02:00