MCPcopy Create free account
hub / github.com/ipython/ipython / test_strip_email2

Function test_strip_email2

IPython/utils/tests/test_text.py:195–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193
194
195def test_strip_email2():
196 src = '> > > list()'
197 cln = 'list()'
198 nt.assert_equal(text.strip_email_quotes(src), cln)
199
200def test_LSString():
201 lss = text.LSString("abc\ndef")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected