[test] Adding tests for address configs

This commit is contained in:
Al
2016-06-28 13:10:47 -04:00
parent d3a6a032ab
commit 4412ba1177
2 changed files with 85 additions and 5 deletions

View File

@@ -95,11 +95,6 @@ regional_test_cases = [
class TestNormalization(unittest.TestCase):
@classmethod
def setUpClass(cls):
init_languages()
street_types_gazetteer.configure()
def test_countries(self):
for s, country, expected in country_test_cases:
languages = get_country_languages(country)