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")