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: Updated exception tests. Removed duplicates from ignores Created Oct. 18, 2018, 4:09 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
« tests/test_page_outputs.py ('K') | « 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 e32a9c80ae005f54fa26a653b7ab9dd4c10f34e6..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
@@ -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
« tests/test_page_outputs.py ('K') | « tests/utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld