()
| 171 | |
| 172 | |
| 173 | def test_long_substr2(): |
| 174 | data = ['abc', 'abd', 'abf', 'ab'] |
| 175 | nt.assert_equal(text.long_substr(data), 'ab') |
| 176 | |
| 177 | def test_long_substr_empty(): |
| 178 | data = [] |
nothing calls this directly
no outgoing calls
no test coverage detected