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

Function test_long_substr

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

Source from the content-addressed store, hash-verified

166
167
168def test_long_substr():
169 data = ['hi']
170 nt.assert_equal(text.long_substr(data), 'hi')
171
172
173def test_long_substr2():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected