Exemplo n.º 1
0
 def test_base(self):
     eq_(get_country_code('Greece'), 'gr')
     eq_(get_country_code('greece'), 'gr')
Exemplo n.º 2
0
 def test_country_name_does_not_match(self):
     eq_(get_country_code('FOO'), '')