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

Side by Side Diff: tox.ini

Issue 29805580: Issue 6728 - Remove Mercurial dependency (Closed)
Patch Set: Address PS2 comments Created June 15, 2018, 5:19 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« tests/test_page_outputs.py ('K') | « tests/test_page_outputs.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [tox] 1 [tox]
2 envlist = py27 2 envlist = py27
3 skipsdist = true 3 skipsdist = true
4 4
5 [flake8] 5 [flake8]
6 ignore = D1,C815 6 ignore = D1,C815
7 per-file-ignores = 7 per-file-ignores =
8 /cms/bin/generate_static_pages.py : A107,A301,A302,E501 8 /cms/bin/generate_static_pages.py : A107,A301,A302,E501
9 /cms/bin/test_server.py : A101,A107,A302,E501,F401 9 /cms/bin/test_server.py : A101,A107,A302,E501,F401
10 /cms/bin/translate.py : A107,A301,A302,E501,F821 10 /cms/bin/translate.py : A107,A301,A302,E501,F821
(...skipping 17 matching lines...) Expand all
28 pytest-mock 28 pytest-mock
29 wsgi_intercept 29 wsgi_intercept
30 flake8 30 flake8
31 flake8-per-file-ignores>=0.4 31 flake8-per-file-ignores>=0.4
32 flake8-docstrings 32 flake8-docstrings
33 flake8-commas 33 flake8-commas
34 pep8-naming 34 pep8-naming
35 hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake 8-eyeo 35 hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake 8-eyeo
36 36
37 commands = 37 commands =
38 py.test --cov-report term --cov-report html --cov=cms tests 38 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
39 flake8 cms tests runserver.py runserver.spec 39 flake8 cms tests runserver.py runserver.spec
OLDNEW
« 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