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 comments from Patch Set #3 Created Oct. 23, 2018, 4:42 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_dynamic_server.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 9351bed74ac63ce1ac3ef653b8675ad76a03df61..e80f93bc92bc73ad4406bbc0fa7f533820cb45fc 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_dynamic_server.py ('K') | « tests/utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld