()
| 175 | nt.assert_equal(text.long_substr(data), 'ab') |
| 176 | |
| 177 | def test_long_substr_empty(): |
| 178 | data = [] |
| 179 | nt.assert_equal(text.long_substr(data), '') |
| 180 | |
| 181 | def test_strip_email(): |
| 182 | src = """\ |
nothing calls this directly
no outgoing calls
no test coverage detected