Ejemplo n.º 1
0
 def contact_url_with_protocol(self):
     return ensure_protocol(self.contact_url)
Ejemplo n.º 2
0
 def website_with_protocol(self):
     return ensure_protocol(self.website)
Ejemplo n.º 3
0
def test_ensure_protocol(input, expected):
    assert utils.ensure_protocol(input) == expected
Ejemplo n.º 4
0
 def contact_url_with_protocol(self):
     return ensure_protocol(self.contact_url)
Ejemplo n.º 5
0
 def website_with_protocol(self):
     return ensure_protocol(self.website)
Ejemplo n.º 6
0
def test_ensure_protocol(input, expected):
    assert utils.ensure_protocol(input) == expected