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

Function test_long_substr2

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

Source from the content-addressed store, hash-verified

171
172
173def test_long_substr2():
174 data = ['abc', 'abd', 'abf', 'ab']
175 nt.assert_equal(text.long_substr(data), 'ab')
176
177def test_long_substr_empty():
178 data = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected