Beispiel #1
0
def test_mix():
    assert trans('1776invalid') == ''
Beispiel #2
0
def test_decimal():
    assert trans(1.776) == ''
Beispiel #3
0
def test_string():
    assert trans('invalid') == ''
Beispiel #4
0
def test_3():
    assert trans(1776) == 'MDCCLXXVI'
Beispiel #5
0
def test_2():
    assert trans(6) == 'VI'
Beispiel #6
0
def test_1():
    assert trans(1014) == 'MXIV'