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 docstring nit Created Oct. 29, 2018, 11 a.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 785bd4e656cc464c266ea7f5ba2d96cd5a8df636..0c99139a8ddb24090457612821669842d3853385 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,6 @@ skipsdist = true
ignore = D1,C815,W503
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
« 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