def test_check_contry_two_words():
    assert not validator.check_country("Some Country")
def test_check_contry():
    assert validator.check_country("Country")
def test_check_contry_none():
    assert not validator.check_country(None)
Exemplo n.º 4
0
def test_check_contry_two_words():
    assert not validator.check_country("Some Country")
Exemplo n.º 5
0
def test_check_contry_none():
    assert not validator.check_country(None)
Exemplo n.º 6
0
def test_check_contry():
    assert validator.check_country("Country")
Exemplo n.º 7
0
def test_check_contry_none():
    assert not swc_index_validator.check_country(None)
Exemplo n.º 8
0
def test_check_contry():
    assert swc_index_validator.check_country("Country")