コード例 #1
0
ファイル: tests.py プロジェクト: iJebus/DeportationTrains
def test_date_certainty_3():
    assert export.date_certainty('sdas', '', '1991') == 'Estimated'
コード例 #2
0
ファイル: tests.py プロジェクト: iJebus/DeportationTrains
def test_date_certainty_2():
    assert export.date_certainty('05', 0, '1991') == 'Estimated'
コード例 #3
0
ファイル: tests.py プロジェクト: iJebus/DeportationTrains
def test_date_certainty():
    assert export.date_certainty('05', '01', '1991') == 'Exact'
コード例 #4
0
def test_date_certainty_3():
    assert export.date_certainty('sdas', '', '1991') == 'Estimated'
コード例 #5
0
def test_date_certainty_2():
    assert export.date_certainty('05', 0, '1991') == 'Estimated'
コード例 #6
0
def test_date_certainty():
    assert export.date_certainty('05', '01', '1991') == 'Exact'