Beispiel #1
0
 def test_url_matches(self):
     url = 'http://www.flickr.com/photos/nonconmat/8664511804/in/photostream/lightbox/'
     self.assertTrue(Flickr.url_matches(url))
Beispiel #2
0
 def test_url_not_matches(self):
     url = 'http://farm6.staticflickr.com/5086/5353184142_9f318e3817_o.jpg'
     self.assertFalse(Flickr.url_matches(url))