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: Created Oct. 16, 2018, 11:42 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
« tests/utils.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..c60b2900766a2ea2bf0b7672ec1ab7f4ec727f13 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ 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/test_server.py : A101,A107,A302,E501,F401
Vasily Kuznetsov 2018/10/16 13:18:23 Can we just delete this now?
Tudor Avram 2018/10/18 13:44:05 Done.
/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 +37,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
Vasily Kuznetsov 2018/10/16 13:18:24 woop woop!
Tudor Avram 2018/10/18 13:44:05 Done.
flake8 cms tests runserver.py runserver.spec
« tests/utils.py ('K') | « tests/utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld