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

Side by Side Diff: tox.ini

Issue 29912588: Issue 7019 - [CMS] Refactor `test_server.py` (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « tests/utils.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,W503 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/test_server.py : A101,A107,A302,E501,F401
10 /cms/bin/translate.py : A107,A301,A302,E501,F821 9 /cms/bin/translate.py : A107,A301,A302,E501,F821
11 /cms/converters.py : A206,A302,D400,N802 10 /cms/converters.py : A206,A302,D400,N802
12 /cms/sources.py : A104,A107,A108,A206,A302,E501 11 /cms/sources.py : A104,A107,A108,A206,A302,E501
13 /cms/utils.py : A107,A302,E501 12 /cms/utils.py : A107,A302,E501
14 /runserver.spec : E501,F821 13 /runserver.spec : E501,F821
15 /tests/test_additional_paths.py : D401 14 /tests/test_additional_paths.py : D401
16 15
17 [testenv] 16 [testenv]
18 setenv = 17 setenv =
19 PYTHONPATH = {toxinidir} 18 PYTHONPATH = {toxinidir}
(...skipping 10 matching lines...) Expand all
30 flake8-per-file-ignores>=0.4 29 flake8-per-file-ignores>=0.4
31 flake8-docstrings 30 flake8-docstrings
32 flake8-commas 31 flake8-commas
33 pep8-naming 32 pep8-naming
34 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
35 requests 34 requests
36 pytest-console-scripts 35 pytest-console-scripts
37 pytest-mock 36 pytest-mock
38 37
39 commands = 38 commands =
40 py.test --cov-report term --cov-report html --cov=cms --disable-warnings tes ts 39 py.test --cov-report term --cov-report html --cov=cms tests
41 flake8 cms tests runserver.py runserver.spec 40 flake8 cms tests runserver.py runserver.spec
OLDNEW
« no previous file with comments | « tests/utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld