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)
def test_check_contry_two_words():
    assert not validator.check_country("Some Country")
def test_check_contry_none():
    assert not validator.check_country(None)
def test_check_contry():
    assert validator.check_country("Country")
Beispiel #7
0
def test_check_contry_none():
    assert not swc_index_validator.check_country(None)
Beispiel #8
0
def test_check_contry():
    assert swc_index_validator.check_country("Country")