Exemple #1
0
 def test_base(self):
     eq_(get_country_code("Greece"), "gr")
     eq_(get_country_code("greece"), "gr")
Exemple #2
0
 def test_country_name_does_not_match(self):
     eq_(get_country_code("FOO"), "")