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

Unified Diff: tox.ini

Issue 29398791: Issue 5044 - Support absolute paths for Jinja templates (Closed)
Patch Set: Address review feedback on patch set 2 Created March 31, 2017, 4 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_utils.py ('K') | « tests/test_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
===================================================================
--- a/tox.ini
+++ b/tox.ini
@@ -63,17 +63,17 @@
sitescripts/subscriptions/knownIssuesParser.py : A107,A201,E501,E711,E713,N802,N806
sitescripts/subscriptions/subscriptionParser.py : A102,A107,A206,A302,E501,E711,N802,N803,N805
sitescripts/subscriptions/web/fallback.py : A107,A206,A301,E501,F401,N802,N806
sitescripts/templateFilters.py : A107,A112,A206,E501,E711,F401,F841,N802,N803,N806
sitescripts/testpages/web/sitekey_frame.py : A107
sitescripts/urlfixer/bin/forceDomains.py : A206,E501,N802
sitescripts/urlfixer/bin/topDomains.py : A206,E501,E711,F401,N802
sitescripts/urlfixer/web/submitData.py : A206,E501,E711,F401,F841,N802,N806
- sitescripts/utils.py : A107,A301,E501,E713,N801,N802,N806
+ sitescripts/utils.py : A107,A301,E501,N801,N802,N806
sitescripts/web.py : A107,E501,N802
multiplexer.py : A107,E501
[testenv]
basepython=python2
deps =
pytest
pytest-cov
@@ -100,10 +100,11 @@
python ensure_dependencies.py
py.test \
--cov-config tox.ini --cov-report html --cov-report term --cov sitescripts \
sitescripts/hg/test \
sitescripts/notifications/test \
sitescripts/stats/test \
sitescripts/formmail/test \
sitescripts/extensions/test \
- sitescripts/subscriptions/test
+ sitescripts/subscriptions/test \
+ tests
flake8 sitescripts multiplexer.py multiplexer.fcgi
« tests/test_utils.py ('K') | « tests/test_utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld