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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sitescripts/subscriptions/test/test_updateMalwareDomainsList.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [tox] 1 [tox]
2 envlist = py27 2 envlist = py27
3 skipsdist = true 3 skipsdist = true
4 4
5 [pytest] 5 [pytest]
6 # The names of the test files here don't start with 'test_' so we need 6 # The names of the test files here don't start with 'test_' so we need
7 # to instruct pytest to load tests from all files. 7 # to instruct pytest to load tests from all files.
8 python_files = *.py 8 python_files = *.py
9 9
10 [run] 10 [run]
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 pysed \ 97 pysed \
98 -r sitescripts\.(reports|testpages|crawler|urlfixer)\.web.* \ 98 -r sitescripts\.(reports|testpages|crawler|urlfixer)\.web.* \
99 '' .sitescripts.test --write 99 '' .sitescripts.test --write
100 python ensure_dependencies.py 100 python ensure_dependencies.py
101 py.test \ 101 py.test \
102 --cov-config tox.ini --cov-report term --cov sitescripts \ 102 --cov-config tox.ini --cov-report term --cov sitescripts \
103 sitescripts/hg/test \ 103 sitescripts/hg/test \
104 sitescripts/notifications/test \ 104 sitescripts/notifications/test \
105 sitescripts/stats/test \ 105 sitescripts/stats/test \
106 sitescripts/formmail/test \ 106 sitescripts/formmail/test \
107 sitescripts/extensions/test 107 sitescripts/extensions/test \
108 sitescripts/subscriptions/test
108 flake8 sitescripts multiplexer.py multiplexer.fcgi 109 flake8 sitescripts multiplexer.py multiplexer.fcgi
OLDNEW
« 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