Example #1
0
def testGetLength2():
    parser = Parser()
    output = parser.getLengthFromStr('42069')
    assert output == 42069
Example #2
0
def testGetLength():
    parser = Parser()
    output = parser.getLengthFromStr('100')
    assert output == 100