Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tox.ini

Issue 29805580: Issue 6728 - Remove Mercurial dependency (Closed)
Patch Set: Address PS2 comments Created June 15, 2018, 5:19 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« tests/test_page_outputs.py ('K') | « tests/test_page_outputs.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« tests/test_page_outputs.py ('K') | « tests/test_page_outputs.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld