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

Unified Diff: tox.ini

Issue 29370984: Fixes 4784 - Improve error reporting in updateMalwareDomainsList and add tests (Closed)
Patch Set: Improve the error handling flow in try_mirror Created Jan. 20, 2017, 1:43 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
« no previous file with comments | « sitescripts/subscriptions/test/test_updateMalwareDomainsList.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
@@ -99,10 +99,11 @@
'' .sitescripts.test --write
python ensure_dependencies.py
py.test \
--cov-config tox.ini --cov-report term --cov sitescripts \
sitescripts/hg/test \
sitescripts/notifications/test \
sitescripts/stats/test \
sitescripts/formmail/test \
- sitescripts/extensions/test
+ sitescripts/extensions/test \
+ sitescripts/subscriptions/test
flake8 sitescripts multiplexer.py multiplexer.fcgi
« no previous file with comments | « sitescripts/subscriptions/test/test_updateMalwareDomainsList.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld