1. c2ce62a Fixes issue #1. by Joe Gregorio · 14 years ago
  2. c935907 Fixes issue #1. by Joe Gregorio · 14 years ago
  3. c36ac53 Group listing bug is now fixed in the Buzz back-end so I've enabled the test by ade@google.com · 14 years ago
  4. 41b2603 Added test for creating and deleting groups by ade@google.com · 14 years ago
  5. 5185853 Added a test for getting profiles via numeric identifiers by ade@google.com · 14 years ago
  6. 8963ff9 Added test of new model where 'data' wrapper isn't added if it isn't necessary. This will allow developers to cut and paste JSON from the developer docs into Python code and it should just work. by Joe Gregorio · 14 years ago
  7. 9d821b0 Added support for requests that return an HTTP 204: No Content. Added tests for creating a private activity and for deleting activities. by ade@google.com · 14 years ago
  8. 4f2794e Added tests for getting a specific activity; creating a public activity; fetching specific groups for a user; commenting on an activity by ade@google.com · 14 years ago
  9. 567ee8d Added tests verifying we can get follower and following counts as well as handling users with hidden follwer/following counts by ade@google.com · 14 years ago
  10. 6a05e7d Added oauth tokens for discoveryclientlibrarytest@gmail.com. First authentication test passes but it shouldn't need authentication. It seems we're adding a spurious @self to the URL by ade@google.com · 14 years ago
  11. 75fdddd Added Authentication tests which currently fail but are ignored by ade@google.com · 14 years ago
  12. d6d6f2f Added test to verify we can fetch a Buzz user profile by ade@google.com · 14 years ago
  13. 2ab0de7 Added support buzz.people.liked. Marked the functional test as IGNORED since it requires a bug fix in the Buzz API by ade@google.com · 14 years ago
  14. 973d1a6 Adding pagination functional test for Buzz using a user that has next links by ade@google.com · 14 years ago
  15. db849af Fixes for some coverage tests. Also fix functional test, and make verbosity controls apply better. by Joe Gregorio · 14 years ago
  16. c5c5a37 Got test coverage to 97%. Added missing file. by Joe Gregorio · 14 years ago
  17. 5f087cf Changed to a command pattern for requests. by Joe Gregorio · 14 years ago
  18. af7a127 Forgot to add empty __init__.py file by ade@google.com · 14 years ago
  19. 46179d3 Changed runtests.py so that it also runs the functional tests. Added functional tests for Buzz. Note that these log the URLs they hit to make debugging easier. by ade@google.com · 14 years ago