Commit graph

17 commits

Author SHA1 Message Date
sneakypete81
98ef2ce941 Skip the photo.delete_source test, since it doesn't work if the photos are cached 2013-12-07 16:04:58 +00:00
sneakypete81
d35aac58b4 Merge branch 'even_more_endpoints_fixed' of git://github.com/sneakypete81/openphoto-python into sneakypete81-even_more_endpoints_fixed 2013-11-03 13:00:21 +00:00
sneakypete81
17169b02d8 Merge pull request #64 from sneakypete81/next_previous_test_fix
Update test_next_previous to use "dateTaken,asc" sorting
2013-11-03 04:48:02 -08:00
sneakypete81
3a6305b453 Update test_next_previous to use "dateTaken,asc" sorting 2013-10-30 19:33:45 +00:00
sneakypete81
ebaf3bc036 Remove photo dynamic_url, since this is marked as "internal" in the frontend code 2013-09-15 11:28:40 +01:00
sneakypete81
aeb06c0d8b Added photo view options parameter
Renamed "filter" parameters to "option"
2013-09-15 08:25:51 +01:00
sneakypete81
00efc91ef9 Use pathOriginal for upload/delete tests.
Hosted site returns 403 not 404 for a missing source photo.
2013-09-14 11:53:11 +01:00
sneakypete81
9721fb28bc Use requests to download photos, to prevent URL problems during API version testing 2013-09-12 19:56:54 +01:00
sneakypete81
35b9a4d044 Add upload/replace from URL. 2013-09-12 18:26:51 +01:00
sneakypete81
c635c7c0c0 Add photo replace endpoints 2013-09-12 17:53:16 +01:00
sneakypete81
3da64a59cc Add photo.delete_source endpoint 2013-09-11 18:15:55 +01:00
sneakypete81
6b3f010920 Added photos/share endpoint (currently not implemented in frontend) 2013-09-11 17:27:21 +01:00
sneakypete81
e904a629f9 Add photo list filters 2013-09-10 18:22:31 +01:00
sneakypete81
a4add97f59 Remove all endpoints that return forms. 2013-09-07 11:30:27 +01:00
Pete
707eb270ee Add activity endpoint support 2013-08-19 18:12:29 +01:00
sneakypete81
6f70330994 Renamed OpenPhoto to Trovebox 2013-07-19 17:46:30 +01:00
sneakypete81
d3a4036817 Reorganise tests into unit and functional categories.
Tox (and hence Travis) only runs unit tests
Functional tests can be run manually, with the default Python version
2013-06-29 12:43:41 +01:00
Renamed from tests/test_photos.py (Browse further)