aboutsummaryrefslogtreecommitdiff
path: root/tests/test_service_account.py
AgeCommit message (Expand)Author
2016-11-17Use jsonpickle if possibleChristian Pedersen
2016-08-11Clean up imports (#625)Pat Ferate
2016-08-11Use transport.request in tests.Danny Hermes
2016-08-11Drop unittest2 dependencyDanny Hermes
2016-08-10Clean up usage of HTTP mocks in tests.Danny Hermes
2016-08-10Remove all uses of MagicMockDanny Hermes
2016-08-09Migrate test runner to py.testPat Ferate
2016-08-02Removes usage of httplib2 in unit tests.Danny Hermes
2016-07-27Update imports to only Packages or ModulesPat Ferate
2016-07-21Remove httplib2 parts from service_account module.Danny Hermes
2016-07-11Check for Google import order style in flake8Pat Ferate
2016-07-08Resolve lines over 80 charactersPat Ferate
2016-07-08Clean up whitespacePat Ferate
2016-07-06Use context manager for assertRaises (#537)Pat Ferate
2016-06-07Support token_uri and revoke_uri in ServiceAccountCredentials (#510)thobrla
2016-05-16Added JWTAccessCredentials.Ken Payson
2016-02-19Helpful error message in P12 factory in absence of pyOpenSSL.Danny Hermes
2016-02-19Implementing ServiceAccountCredentials.create_delegated().Danny Hermes
2016-02-17Implement ServiceAccountCredentials.from_p12_keyfile_buffer().Danny Hermes
2016-02-05Removing SignedJwtAssertionCredentials.Danny Hermes
2016-02-05Implementing p12 support in ServiceAccountCredentials.Danny Hermes
2016-02-04Make _ServiceAccountCredentials public.Danny Hermes
2016-02-04Removing novel crypto in service_account.py.Danny Hermes
2016-01-05Factor out usage of utcnow() in client.Danny Hermes
2015-12-14Improved unit-test line coverage and quality.Danny Hermes
2015-09-21Adding no-cover pragmas to unittest.main().Danny Hermes
2015-08-21Making tests/ files pass PEP8.Danny Hermes
2015-08-21Raw pep8ify changes.Danny Hermes
2014-12-17Fix some test flakiness (in a second place).Craig Citro
2014-10-10Merge remote-tracking branch 'origin/master' into python3INADA Naoki
2014-09-23One more copyright update.Craig Citro
2014-08-20HttpMockSequence should return bytes as content.INADA Naoki
2014-08-20Fix errors.INADA Naoki
2014-08-19Merge branch 'master' into six-cleanupINADA Naoki
2014-08-18Require python >= 2.6, use the json module.Craig Citro
2014-07-15Updated for Python3. Ensured unit tests for tests/test_service_account.py pa...Pat Ferate
2014-06-03Tweak the computation of seconds from a datetime.timedelta object, soOrest Bolohan
2014-06-02Make OAuth2Crdentials.get_access_token() method return aOrest Bolohan
2014-06-02Modify the OAuth2Credentials.get_access_token() method to return the expirati...Orest Bolohan
2014-05-30Add support for Google Default Credentials.Orest Bolohan