qutebrowser/tests/unit/utils
Ryan Roden-Corrent daaa5ff5c5 Don't create real config/data dirs from tests.
Running the tests would create ~/.config/qute_test and
~/.local/share/qute_test on the user's machine. The test_standardir
module needed a bit more mocking to prevent it from cluttering the
user's machine.

Two tests that created the data dir were fixed by passing basedir in
args, and one test that created the config dir was fixed by patching
os.makedirs to a noop.
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 Don't create real config/data dirs from tests. 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