qutebrowser/tests/unit
Florian Bruhin 5f62c016cc Fix test_standarddir.TestCreatingDir
What we actually want to test here is that the given type directory is created
and has the correct permission, we don't care much about the basedir itself.

Also, the download dir is not created automatically.

This test failed on Python 3.7 because intermediate directories now aren't
created with the given mode anymore:

https://bugs.python.org/issue19930
https://docs.python.org/3.7/whatsnew/3.7.html#changes-in-the-python-api
2018-02-10 20:07:27 +01:00
..
browser Update copyright years 2018-02-05 12:19:50 +01:00
commands Update copyright years 2018-02-05 12:19:50 +01:00
completion Update copyright years 2018-02-05 12:19:50 +01:00
config Run test_init_benchmark on CI again 2018-02-10 19:50:20 +01:00
javascript Update copyright years 2018-02-05 12:19:50 +01:00
keyinput Update copyright years 2018-02-05 12:19:50 +01:00
mainwindow Update tests for statusbar changes 2018-02-10 13:15:12 +01:00
misc Fix lint 2018-02-08 11:41:58 +01:00
scripts Update copyright years 2018-02-05 12:19:50 +01:00
utils Fix test_standarddir.TestCreatingDir 2018-02-10 20:07:27 +01:00
test_app.py Update copyright years 2018-02-05 12:19:50 +01:00