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

Unified Diff: tox.ini

Issue 29350441: Noissue - Add tests for formmail handler (Closed)
Patch Set: Rearrange the imports to follow PEP8 Created Sept. 2, 2016, 3:42 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/formmail/test/test_formmail.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
@@ -73,16 +73,18 @@
multiplexer.py : A107,E501
[testenv]
basepython=python2
deps =
pytest
pytest-cov
mock
+ pytest-mock
+ wsgi_intercept
jinja2
pysed
# flake8-putty is not yet compatible with flake8 3.0
flake8==2.*
flake8-putty
pep8-naming
hg+https://hg.adblockplus.org/codingtools#egg=flake8-abp&subdirectory=flake8-abp
@@ -94,10 +96,11 @@
pysed \
-r sitescripts\.(reports|testpages|crawler|urlfixer)\.web.* \
'' .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/stats/test \
+ sitescripts/formmail/test
flake8 sitescripts multiplexer.py multiplexer.fcgi
« no previous file with comments | « sitescripts/formmail/test/test_formmail.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld