Commit graph

18 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
1b2f0cd869 Merge branch 'master' into api_versioning
Conflicts:
	tests/test_tags.py
2013-04-28 18:38:13 +01:00
sneakypete81
38898cf8b2 Merge pull request #30 from sneakypete81/http_improvements
HTTP Improvements.
2013-04-28 10:21:33 -07:00
sneakypete81
c7c3b4bdb5 Merge branch 'master' into api_versioning
Conflicts:
	tests/test_base.py
2013-04-28 15:42:22 +01:00
Pete
e4e24755dd Check that upload parameters are processed correctly 2013-04-20 18:53:14 +01:00
sneakypete81
9cbbd1bd47 Run all tests at all API versions 2013-04-20 11:48:58 +01:00
sneakypete81
ea904e4337 Not that frontend issue 955 is resolved, we should use the return value of the transform API to replace the photo object's fields 2013-04-13 13:11:26 +01:00
sneakypete81
ee3840de9f Merge branch 'master' into transform 2013-04-13 13:05:14 +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
665383a6c2 Merge branch 'master' into multipart
Conflicts:
	tests/test_base.py
2013-04-02 20:59:26 +01:00
sneakypete81
d94c7fd8cd Update tests to use multipart upload 2013-03-17 16:00:19 +00:00
Pete
895b98dedf Next/previous now returns a list of multiple photos (Issue #1004) 2013-03-16 08:51:04 +00:00
sneakypete81
4147029b14 Add photo.transform support and testcase. 2012-09-10 23:57:42 +01:00
sneakypete81
ba5be69bec Added tests for Python API library 2012-09-04 22:08:48 +01:00