コード例 #1
0
def test_check_contry_two_words():
    assert not validator.check_country("Some Country")
コード例 #2
0
def test_check_contry():
    assert validator.check_country("Country")
コード例 #3
0
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")