Commit graph

11 commits

Author SHA1 Message Date
sneakypete81
48e29f24a9 PyLint fixes
Moved credentials into new Config class
2013-05-25 11:33:41 +01:00
sneakypete81
b124b48a75 No need to define NotImplementedError, Python has its own. 2013-05-25 11:33:41 +01:00
sneakypete81
ba681cea89 Code tidyup after 2to3 conversion
Moved config parser into its own module
2013-05-25 11:33:41 +01:00
sneakypete81
0805f032fb Python3 support 2013-05-25 11:33:41 +01:00
sneakypete81
658e3ca9f1 Use unittest2 where available, to support python <2.7 2013-05-18 13:09:29 +01:00
sneakypete81
9cbbd1bd47 Run all tests at all API versions 2013-04-20 11:48:58 +01:00
Pete
e09f166743 Update delete endpoints to return True if successful.
If the operation isn't successful, the API returns an error code,
which raises an OpenPhotoError exception.
2013-04-09 18:18:12 +01:00
sneakypete81
d3eff3edb9 album.view now requires includeElements=True in order for the album contents to be returned (issue #953) 2013-03-16 08:52:57 +00:00
Pete
4ccdceb601 Private (visible=False/True) albums are no longer supported.
Tag count is now returned as an integer
Explicitly add test tags, rather than removing autogenerated tags
2013-03-16 08:50:44 +00:00
sneakypete81
b900b2abd3 Fix private album testcase 2012-09-09 13:07:57 +01:00
sneakypete81
ba5be69bec Added tests for Python API library 2012-09-04 22:08:48 +01:00