qutebrowser/tests
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
..
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 Don't create real config/data dirs from tests. 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