commit | 0bc709156db92db686973b88cd1e1a98ab427e73 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Tue May 24 15:30:49 2011 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Tue May 24 15:30:49 2011 -0400 |
tree | 43d3bc13d05e6d798bbfbed4e25cea0f4817e115 | |
parent | aae127aa58dfeae382f9a36cfa4a462616dfd91e [diff] [blame] |
Add 2LO support for OAuth 1.0. Reviewed in http://codereview.appspot.com/4517087/
diff --git a/tests/test_oauth2client.py b/tests/test_oauth2client.py index 6832739..3c6e0ba 100644 --- a/tests/test_oauth2client.py +++ b/tests/test_oauth2client.py
@@ -15,9 +15,9 @@ # limitations under the License. -"""Discovery document tests +"""Oauth2client tests -Unit tests for objects created from discovery documents. +Unit tests for oauth2client. """ __author__ = 'jcgregorio@google.com (Joe Gregorio)'