MCPcopy Create free account
hub / github.com/pytest-dev/pytest / XXX_test_expression_multiline

Function XXX_test_expression_multiline

testing/code/test_source.py:634–640  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

632
633
634def XXX_test_expression_multiline() -> None:
635 source = """\
636something
637'''
638'''"""
639 result = getstatement(1, source)
640 assert str(result) == "'''\n'''"
641
642
643def test_getstartingblock_multiline() -> None:

Callers

nothing calls this directly

Calls 1

getstatementFunction · 0.85

Tested by

no test coverage detected