summaryrefslogtreecommitdiffstats
path: root/bindings/python/tests/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/tests/tests.py')
-rw-r--r--bindings/python/tests/tests.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/bindings/python/tests/tests.py b/bindings/python/tests/tests.py
index f52015e..6efb114 100644
--- a/bindings/python/tests/tests.py
+++ b/bindings/python/tests/tests.py
@@ -182,10 +182,5 @@ class TestPhotoDatabase(unittest.TestCase):
for album in self.db.PhotoAlbums:
[photo for photo in album]
- def testEnumeratePhotosThumbs(self):
- for album in self.db.PhotoAlbums:
- for photo in album:
- [thumb for thumb in photo.thumbnails]
-
if __name__ == '__main__':
unittest.main()