qutebrowser/tests/unit
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
..
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 Don't create real config/data dirs from tests. 2016-07-15 13:46:50 -04:00
test_app.py Fix lint 2016-05-24 21:53:50 +02:00