()
| 30 | tests.append((u"Pérez Fernando", (u'', u'', u'Pérez', u'Fernando'))) |
| 31 | |
| 32 | def test_split_user_input(): |
| 33 | return tt.check_pairs(split_user_input, tests) |
| 34 | |
| 35 | def test_LineInfo(): |
| 36 | """Simple test for LineInfo construction and str()""" |
nothing calls this directly
no outgoing calls
no test coverage detected