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