aboutsummaryrefslogtreecommitdiff
path: root/tests/test_client.py
AgeCommit message (Expand)Author
2019-02-08Revert "Upgrade oauth2client to v4.1.3"android-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1Kevin Cheng
2016-11-28Store original encoded and signed identity JWT in OAuth2Credentials (#680)Clancy Childs
2016-10-06Try to revoke token with POST when getting a 405 (#662)Liran Nuna
2016-08-17Correct query loss when using parse_qsl to dictDanny Hermes
2016-08-16Use transport module for GCE environment check.Danny Hermes
2016-08-15Merge pull request #627 from jonparrott/no-authorNathaniel Manista
2016-08-15Remove __author__ lines, add contributors.mdJon Wayne Parrott
2016-08-12Complete branches from partial test coverages (#629)Pat Ferate
2016-08-11Clean up imports (#625)Pat Ferate
2016-08-11Add support for RFC7636 PKCE (#588)Brendan McCollam
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-09Using transport helper for calling http.request() (#586)Danny Hermes
2016-08-04Merge util.py and _helpers.pyPat Ferate
2016-08-02Fixing line length. To be squashed.Danny Hermes
2016-08-02Address review comments. To be squashed.Danny Hermes
2016-08-02Removes usage of httplib2 in unit tests.Danny Hermes
2016-07-27Merge pull request #572 from jonparrott/auth-approval-promptNathaniel Manista
2016-07-27Add warnings and helpers for prompt='consent'.Jon Wayne Parrott
2016-07-27Merge pull request #571 from jonparrott/fix-gce-timeoutNathaniel Manista
2016-07-27Add configurable timeout for metadata server.Jon Wayne Parrott
2016-07-27Change Application Default Credentials resolution order.Jon Wayne Parrott
2016-07-27Update imports to only Packages or ModulesPat Ferate
2016-07-25Fix `self.assertTrue(isinstance(` statements (#565)Pat Ferate
2016-07-21Begin transport module for httplib2 specific pieces.Danny Hermes
2016-07-19Update string formatters to new stylePat Ferate
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-08Remove unused local variable assignmentPat Ferate
2016-07-06Use context manager for assertRaises (#537)Pat Ferate
2016-06-29Add exception text to exit message (#530)Pat Ferate
2016-06-29Adding Python 3.5 capability (#531)Pat Ferate
2016-05-20Merge pull request #488 from dhermes/swap-to-utcnowNathaniel Manista
2016-05-16Added JWTAccessCredentials.Ken Payson
2016-04-07Replacing now() with utcnow() in device info code.Danny Hermes
2016-04-06Getting client.py to 100% coverage.Danny Hermes
2016-04-06Adding test coverage for client.py.Danny Hermes
2016-04-06Testing OAuth2Credentials._do_retrieve_scopes().Danny Hermes
2016-04-06Adding more branch coverage in client.py.Danny Hermes
2016-04-06Adding tests for all branches of OAuth2Credentials._do_revoke.Danny Hermes
2016-04-06Improving test branch coverage in client.py.Danny Hermes
2016-04-06Adding test coverage for client.py module.Danny Hermes
2016-03-01Expand API for step2_exchangeEddie Warner
2016-02-22Merge pull request #421 from dhermes/sign-blob-all-svc-accountsDanny Hermes
2016-02-22Adding common sign_blob() service account types.Danny Hermes
2016-02-21Getting to 100% line coverage in tests.Danny Hermes
2016-02-20Removing all uses of self.fail().Danny Hermes