1. 1407107 Fixed tests that were broken by the changes to the URL structure caused by the new-style profiles. by ade@google.com · 13 years ago
  2. e45ea6c The underlying http object used by SimpleWrapper is now exposed as a member variable called http. by ade@google.com · 14 years ago
  3. d9427cf Changed the test for follower count for users who have hidden their follower count to accomodate back-end changes by ade@google.com · 14 years ago
  4. a9907a2 Added a test verifying that the SimpleBuzzWrapper can post as an authorised user. Added a property file in oacurl format for the test account. Changed wrapper to use user_ids rather than full email addresses by ade@google.com · 14 years ago
  5. f21095c Force pretty-printing to always be on. This is a temporary measure to 1-aid debugging and 2-find out what impact this has on real-world usage. by ade@google.com · 14 years ago
  6. bc2ff9b Fix for a temporary problem with discovery documents. Now query vs path parameters are inferred from the restPath. by Joe Gregorio · 14 years ago
  7. c2ce62a Fixes issue #1. by Joe Gregorio · 14 years ago
  8. c935907 Fixes issue #1. by Joe Gregorio · 14 years ago
  9. 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
  10. 41b2603 Added test for creating and deleting groups by ade@google.com · 14 years ago
  11. 5185853 Added a test for getting profiles via numeric identifiers by ade@google.com · 14 years ago
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 75fdddd Added Authentication tests which currently fail but are ignored by ade@google.com · 14 years ago
  18. d6d6f2f Added test to verify we can fetch a Buzz user profile by ade@google.com · 14 years ago
  19. 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
  20. 973d1a6 Adding pagination functional test for Buzz using a user that has next links by ade@google.com · 14 years ago
  21. db849af Fixes for some coverage tests. Also fix functional test, and make verbosity controls apply better. by Joe Gregorio · 14 years ago
  22. c5c5a37 Got test coverage to 97%. Added missing file. by Joe Gregorio · 14 years ago
  23. 5f087cf Changed to a command pattern for requests. by Joe Gregorio · 14 years ago
  24. af7a127 Forgot to add empty __init__.py file by ade@google.com · 14 years ago
  25. 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