Exemplo n.º 1
0
 def test_url_matches_no_ext(self):
     url = 'http://nimrohil.deviantart.com/art/Scifi-scene-363369030'
     self.assertTrue(DeviantArt.url_matches(url))
Exemplo n.º 2
0
 def test_url_not_matches_with_ext(self):
     url = 'http://nimrohil.deviantart.com/art/Scifi-scene-363369030.png'
     self.assertFalse(DeviantArt.url_matches(url))