MCPcopy Index your code
hub / github.com/python/cpython / test_indent_nomargin_default

Method test_indent_nomargin_default

Lib/test/test_textwrap.py:965–968  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

963 )
964
965 def test_indent_nomargin_default(self):
966 # indent should do nothing if 'prefix' is empty.
967 for text in self.CASES:
968 self.assertEqual(indent(text, ''), text)
969
970 def test_indent_nomargin_explicit_default(self):
971 # The same as test_indent_nomargin, but explicitly requesting

Callers

nothing calls this directly

Calls 2

indentFunction · 0.90
assertEqualMethod · 0.45

Tested by

no test coverage detected