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

Delta Between Two Patch Sets: tox.ini

Issue 29345468: Issue 4045 - Add Test Suite To CMS (Closed)
Left Patch Set: Adds flake8 run to tests dir Created Aug. 21, 2016, 2:36 p.m.
Right Patch Set: fixed erroneous upload of patch Created Aug. 25, 2016, 9:04 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « tests/test_site/templates/empty.tmpl ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 [tox] 1 [tox]
Vasily Kuznetsov 2016/08/22 10:14:51 At the moment this change doesn't apply on top of
2 envlist = py27 2 envlist = py27
3 skipsdist = true 3 skipsdist = true
4 4
5 [flake8] 5 [flake8]
6 putty-ignore = 6 putty-ignore =
7 cms/bin/generate_static_pages.py : A107,A301,A302,E501 7 cms/bin/generate_static_pages.py : A107,A301,A302,E501
8 cms/bin/test_server.py : A101,A107,A302,E501,F401 8 cms/bin/test_server.py : A101,A107,A302,E501,F401
9 cms/bin/translate.py : A107,A301,A302,E501,F821 9 cms/bin/translate.py : A107,A301,A302,E501,F821
10 cms/converters.py : A107,A108,A201,A206,A302,E501,E711,N802 10 cms/converters.py : A107,A108,A201,A206,A302,E501,E711,N802
11 cms/sources.py : A104,A107,A108,A206,A302,E501 11 cms/sources.py : A104,A107,A108,A206,A302,E501
12 cms/utils.py : A107,A302,E501 12 cms/utils.py : A107,A302,E501
13 13
14 [testenv] 14 [testenv]
15 setenv = 15 setenv =
16 PYTHONPATH = {toxinidir} 16 PYTHONPATH = {toxinidir}
17 17
18 deps = 18 deps =
19 pytest 19 pytest
20 jinja2 20 jinja2
21 markdown 21 markdown
22 flake8 22 # flake8-putty is not yet compatible with flake8 3.0
23 flake8==2.*
23 flake8-putty 24 flake8-putty
24 pep8-naming 25 pep8-naming
25 hg+https://hg.adblockplus.org/codingtools#egg=flake8-abp&subdirectory=flake8 -abp 26 hg+https://hg.adblockplus.org/codingtools#egg=flake8-abp&subdirectory=flake8 -abp
26 27
27 commands = 28 commands =
28 py.test tests 29 py.test tests
29 flake8 cms tests runserver.py 30 flake8 cms tests runserver.py
30 flake8 --ignore E501,F821,N802 runserver.spec 31 flake8 --ignore E501,F821,N802 runserver.spec
LEFTRIGHT

Powered by Google App Engine
This is Rietveld