()
| 193 | |
| 194 | |
| 195 | def test_strip_email2(): |
| 196 | src = '> > > list()' |
| 197 | cln = 'list()' |
| 198 | nt.assert_equal(text.strip_email_quotes(src), cln) |
| 199 | |
| 200 | def test_LSString(): |
| 201 | lss = text.LSString("abc\ndef") |
nothing calls this directly
no outgoing calls
no test coverage detected