aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2015-04-13 10:06:18 -0700
committerDanny Hermes <daniel.j.hermes@gmail.com>2015-04-13 10:06:18 -0700
commit659869f19aec766f2b0187ecc95e414331892872 (patch)
treed41b038594803c3d17956d7548cb9939e0296837 /.gitignore
parent0a6241c792f0c833f2f176292b0c7ea5623eabfd (diff)
downloadoauth2client-659869f19aec766f2b0187ecc95e414331892872.tar.gz
Adding system tests to make sure token exchange works as expected.
- Updates CONTRIBUTING.md to explain how to set-up and run these tests. - Requires a version of httplib2 that has not been released on PyPI yet in order to work on Python 3. - Simply creates 3 different token types (JSON key for svc. acct., P12 key for svc. acct., JSON key for user acct.) and then authorizes an httplib2.Http object to hit the USERINFO API.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0f9cab3..f3a1806 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,6 @@ docs/_build
.coverage
coverage.xml
nosetests.xml
+
+# Files with private / local data
+scripts/local_test_setup