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