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

Unified Diff: tox.ini

Issue 29833582: Issue 4954 - Implement a downloader script supporting OAuth2 authentication/authorization (Closed)
Patch Set: removed .Python from .gitignore and added .DS_Store to .hgignore Created Aug. 2, 2018, 9:24 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 | « sitescripts/oauth2dl/test/test_oauth2dl.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 a4b3915f77ad471191162f16cf1de038562a87c1..4f70e9194b4efa11a04ca3c445e2748fba75c465 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,11 +4,11 @@ skipsdist = true
[pytest]
# The names of the test files here don't start with 'test_' so we need
-# to instruct pytest to load tests from all files.
+# to instruct pytest to load test from all files.
python_files = *.py
[run]
-# Exclude tests from coverage.
+# Exclude test from coverage.
omit = */test/*
[flake8]
@@ -96,6 +96,8 @@ deps =
flake8-commas
pep8-naming
hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo
+ httplib2
+ oauth2client
setenv =
SITESCRIPTS_CONFIG = ./.sitescripts.test
@@ -114,6 +116,7 @@ commands =
sitescripts/formmail/test \
sitescripts/extensions/test \
sitescripts/subscriptions/test \
- sitescripts/reports/tests \
+ sitescripts/reports/tests \
+ sitescripts/oauth2dl/test/test_oauth2dl.py \
tests
flake8 sitescripts multiplexer.py multiplexer.fcgi
« no previous file with comments | « sitescripts/oauth2dl/test/test_oauth2dl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld