def test_can_handle_url_negative(self, url):
     assert not Albavision.can_handle_url(url), "url should not be handled"
 def test_can_handle_url(self, url):
     assert Albavision.can_handle_url(url), "url should be handled"