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 global test page and addresses comments Created July 13, 2016, 10:51 a.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:
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
(no file at all)
1 [tox] 1 [tox]
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 =
16 PYTHONPATH = {toxinidir}
17
15 deps = 18 deps =
19 pytest
20 jinja2
21 markdown
16 # flake8-putty is not yet compatible with flake8 3.0 22 # flake8-putty is not yet compatible with flake8 3.0
17 flake8==2.* 23 flake8==2.*
18 flake8-putty 24 flake8-putty
19 pep8-naming 25 pep8-naming
20 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
27
21 commands = 28 commands =
22 flake8 cms runserver.py 29 py.test tests
30 flake8 cms tests runserver.py
23 flake8 --ignore E501,F821,N802 runserver.spec 31 flake8 --ignore E501,F821,N802 runserver.spec
LEFTRIGHT

Powered by Google App Engine
This is Rietveld