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 |