| Index: tox.ini |
| =================================================================== |
| --- a/tox.ini |
| +++ b/tox.ini |
| @@ -30,10 +30,10 @@ |
| flake8 |
| flake8-per-file-ignores>=0.4 |
| flake8-docstrings |
| flake8-commas |
| pep8-naming |
| hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo |
| commands = |
| - py.test --cov-report term --cov-report html --cov=cms tests |
| + py.test --cov-report term --cov-report html --cov=cms tests --basetemp=tmp |
|
Vasily Kuznetsov
2018/07/03 08:50:24
The --basetemp=tmp creates ./tmp directory, why do
jsonesen
2018/07/05 18:58:31
This makes debugging the test suite easier by plac
Vasily Kuznetsov
2018/07/05 21:48:20
Hm, changing the temporary folder in tox.ini to ma
|
| flake8 cms tests runserver.py runserver.spec |