def test_can_handle_url_negative(self, url):
     assert not Albavision.can_handle_url(url), "url should not be handled"
 def test_transform(self):
     token = Albavision.transform_token(
         u'6b425761cc8a86569b1a05a9bf1870c95fca717dOK', 436171)
     assert token == "6b425761cc8a86569b1a05a9bf1870c95fca717d"
 def test_can_handle_url(self, url):
     assert Albavision.can_handle_url(url), "url should be handled"