def test_check_humandate_fail():
    assert not validator.check_humandate("February 18-20, 2525")
def test_check_humandate_chars():
    assert not validator.check_humandate("XXX SomeDay, Year")
def test_check_humandate():
    assert validator.check_humandate("Feb 18-20, 2525")
Exemplo n.º 4
0
def test_check_humandate_chars():
    assert not validator.check_humandate("XXX SomeDay, Year")
Exemplo n.º 5
0
def test_check_humandate_fail():
    assert not validator.check_humandate("February 18-20, 2525")
Exemplo n.º 6
0
def test_check_humandate():
    assert validator.check_humandate("Feb 18-20, 2525")
Exemplo n.º 7
0
def test_check_humandate():
    assert swc_index_validator.check_humandate("Feb 18-20, 2525")