Commit graph

166 commits

Author SHA1 Message Date
sneakypete81
82f7fec4c6 Merge pull request #17 from sneakypete81/minor_fixes
Minor fixes:
* Fix incorrect filename in comment
* Add EXIF date/time to test images, so the next/previous links work correctly
2013-04-02 12:44:58 -07:00
sneakypete81
da8fbb52cf Updated to use Python logging module 2013-03-24 17:18:43 +00:00
sneakypete81
3c6b448460 Tag test updates.
Can't find a way of testing tag.update, since there are no updatable tag fields.
Tags with slashes work
Tags with double slashes don't, but at least they're no longer undeletable.
2013-03-24 12:18:32 +00:00
sneakypete81
ac5d5895a1 Ensure tag endpoints are correctly escaped 2013-03-24 12:18:32 +00:00
sneakypete81
b56e690d33 Frontend issue 927 is now fixed, so the tag.create endpoint can be used.
The tag.create endpoint doesn't return the newly created tag - it is invisible, since it has no photos.
2013-03-24 12:18:32 +00:00
sneakypete81
2abf46c0e6 Prettier printout when running tests 2013-03-23 16:46:47 +00:00
sneakypete81
d94c7fd8cd Update tests to use multipart upload 2013-03-17 16:00:19 +00:00
Pete
e9df18ebbb Log all API calls/responses during unit tests 2013-03-16 09:01:21 +00: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
895b98dedf Next/previous now returns a list of multiple photos (Issue #1004) 2013-03-16 08:51:04 +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
Pete
be63881301 Add EXIF date/time to test images, so the next/previous links work correctly (workaround for issue #1038) 2013-02-09 15:31:34 +00:00
Pete
889c5fa79a Fix incorrect filename in comment 2013-02-09 14:58:08 +00:00
sneakypete81
4147029b14 Add photo.transform support and testcase. 2012-09-10 23:57:42 +01: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