aboutsummaryrefslogtreecommitdiff
path: root/tests/test_jwt.py
AgeCommit message (Expand)Author
2016-08-15Remove __author__ lines, add contributors.mdJon Wayne Parrott
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-09Migrate test runner to py.testPat Ferate
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-11Check for Google import order style in flake8Pat Ferate
2016-07-11More general PEP8 cleanupPat Ferate
2016-07-06Use context manager for assertRaises (#537)Pat Ferate
2016-04-06Adding test coverage for client.py.Danny Hermes
2016-02-05Removing SignedJwtAssertionCredentials.Danny Hermes
2016-02-04Adding a pure Python crypt sub-module.Danny Hermes
2015-12-14Improved unit-test line coverage and quality.Danny Hermes
2015-10-20Remove unused importsJohn Vandenberg
2015-09-21Adding no-cover pragmas to unittest.main().Danny Hermes
2015-08-21Moving __author__ after imports in tests/.Danny Hermes
2015-08-21Making tests/ files pass PEP8.Danny Hermes
2015-08-21Raw pep8ify changes.Danny Hermes
2015-08-14Unifying all conversions to bytes.Danny Hermes
2015-07-13Factoring out conditional code from `crypt.py`.Danny Hermes
2015-07-02Casting message to bytes in PyCrypto verifier.Danny Hermes
2015-01-14Moving private_key_as_pem->pkcs12_key_as_pem.Danny Hermes
2015-01-14Adding protected method to convert PKCS12 key to PEM.Danny Hermes
2014-12-06Re-enable Python3 tests and fixing Py2/Py3 issues in tests.Danny Hermes
2014-10-10Fix some trivial issues.INADA Naoki
2014-10-10Merge remote-tracking branch 'origin/master' into python3INADA Naoki
2014-09-23One more copyright update.Craig Citro
2014-09-23Update all copyright lines.Craig Citro
2014-09-23Update a path in a test file.Craig Citro
2014-09-09Fix the test with PyCrytoVerifier.Jin Liu
2014-08-20Fix http_mockINADA Naoki
2014-08-20HttpMockSequence should return bytes as content.INADA Naoki
2014-08-20Use int instead of long.INADA Naoki
2014-08-20Fix errors.INADA Naoki
2014-08-19Merge branch 'master' into six-cleanupINADA Naoki
2014-08-18Assorted import/lint cleanup.Craig Citro
2014-08-18Require python >= 2.6, use the json module.Craig Citro
2014-07-16Updated library imports.Pat Ferate
2014-05-05Drop the googleapiclient copy, and cleanup tests.Craig Citro