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

Function test_long_substr_empty

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

Source from the content-addressed store, hash-verified

175 nt.assert_equal(text.long_substr(data), 'ab')
176
177def test_long_substr_empty():
178 data = []
179 nt.assert_equal(text.long_substr(data), '')
180
181def test_strip_email():
182 src = """\

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected