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

Unified Diff: tox.ini

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Patch Set: Refactoring tests, focussing on webext (chrome, gecko, edge) Created Sept. 6, 2017, 8:58 a.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 | « tests/tools.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tox.ini
diff --git a/tox.ini b/tox.ini
index 0083acc023bf9f7ad54e7a62d7c26cb0760da18c..352da4cccb543ddc89b5be424bfa46bd1ebd2312 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,10 @@ putty-ignore =
setenv =
PYTHONPATH = {toxinidir}/..
deps =
+ pycrypto
+ pillow
pytest
+ pytest-cov
jinja2
# flake8-putty is not yet compatible with flake8 3.0
flake8==2.*
@@ -27,5 +30,5 @@ deps =
pep8-naming
hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo
commands =
- py.test tests
+ pytest tests --capture=sys --cov-config .coveragerc --cov=buildtools --cov-report=term-missing
flake8
« no previous file with comments | « tests/tools.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld