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

Unified Diff: tox.ini

Issue 29912588: Issue 7019 - [CMS] Refactor `test_server.py` (Closed)
Patch Set: Addressed commments from Patch Set #1. Objectified server handler. Added test cases. Created Oct. 18, 2018, 1:41 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/utils.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tox.ini
diff --git a/tox.ini b/tox.ini
index 9351bed74ac63ce1ac3ef653b8675ad76a03df61..551ae94937d620e12db811a2f21b85c56cbf39a7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,6 @@ skipsdist = true
ignore = D1,C815
per-file-ignores =
/cms/bin/generate_static_pages.py : A107,A301,A302,E501
- /cms/bin/test_server.py : A101,A107,A302,E501,F401
/cms/bin/translate.py : A107,A301,A302,E501,F821
/cms/converters.py : A206,A302,D400,N802
/cms/sources.py : A104,A107,A108,A206,A302,E501
@@ -20,9 +19,9 @@ setenv =
deps =
flask
jinja2
- urllib3
+ urllib3==1.23
markdown
- pytest
+ pytest==3.8.2
pytest-cov
mock
wsgi_intercept
@@ -37,5 +36,5 @@ deps =
pytest-mock
commands =
- py.test --cov-report term --cov-report html --cov=cms --disable-warnings tests
+ py.test --cov-report term --cov-report html --cov=cms tests
flake8 cms tests runserver.py runserver.spec
« 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