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

Delta Between Two Patch Sets: tox.ini

Issue 29912588: Issue 7019 - [CMS] Refactor `test_server.py` (Closed)
Left Patch Set: Addressed commments from Patch Set #1. Objectified server handler. Added test cases. Created Oct. 18, 2018, 1:41 p.m.
Right Patch Set: Addressed docstring nit Created Oct. 29, 2018, 11 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/utils.py ('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]
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,W503
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/translate.py : A107,A301,A302,E501,F821 9 /cms/bin/translate.py : A107,A301,A302,E501,F821
10 /cms/converters.py : A206,A302,D400,N802 10 /cms/converters.py : A206,A302,D400,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 /runserver.spec : E501,F821 13 /runserver.spec : E501,F821
14 /tests/test_additional_paths.py : D401 14 /tests/test_additional_paths.py : D401
15 15
16 [testenv] 16 [testenv]
17 setenv = 17 setenv =
18 PYTHONPATH = {toxinidir} 18 PYTHONPATH = {toxinidir}
19 deps = 19 deps =
20 flask 20 flask
21 jinja2 21 jinja2
22 urllib3==1.23 22 urllib3
23 markdown 23 markdown
24 pytest==3.8.2 24 pytest
25 pytest-cov 25 pytest-cov
26 mock 26 mock
27 wsgi_intercept 27 wsgi_intercept
28 flake8 28 flake8
29 flake8-per-file-ignores>=0.4 29 flake8-per-file-ignores>=0.4
30 flake8-docstrings 30 flake8-docstrings
31 flake8-commas 31 flake8-commas
32 pep8-naming 32 pep8-naming
33 hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake 8-eyeo 33 hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake 8-eyeo
34 requests 34 requests
35 pytest-console-scripts 35 pytest-console-scripts
36 pytest-mock 36 pytest-mock
37 37
38 commands = 38 commands =
39 py.test --cov-report term --cov-report html --cov=cms tests 39 py.test --cov-report term --cov-report html --cov=cms tests
40 flake8 cms tests runserver.py runserver.spec 40 flake8 cms tests runserver.py runserver.spec
LEFTRIGHT

Powered by Google App Engine
This is Rietveld