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

Unified Diff: tox.ini

Issue 29940559: Issue 7112 - Add centralised conftest (Closed)
Patch Set: Addressed comments from Patch Set #2 Created Nov. 14, 2018, 4:58 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 | « tests/conftest.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 50bfebc1e709aa57717c497b87782a41d5b7490d..875563e57e89affec9d84584455284c4a3c97336 100644
--- a/tox.ini
+++ b/tox.ini
@@ -104,12 +104,12 @@ commands =
python ensure_dependencies.py
py.test \
--cov-config tox.ini --cov-report html --cov-report term --cov sitescripts \
+ tests \
sitescripts/hg/test \
sitescripts/notifications/test \
sitescripts/formmail/test \
sitescripts/extensions/test \
sitescripts/subscriptions/test \
sitescripts/reports/tests \
- sitescripts/oauth2dl/test/test_oauth2dl.py \
- tests
+ sitescripts/oauth2dl/test
flake8 sitescripts multiplexer.py multiplexer.fcgi
« no previous file with comments | « tests/conftest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld