(data: Any, expected: str)
| 405 | ), |
| 406 | ) |
| 407 | def test_consistent_pretty_printer(data: Any, expected: str) -> None: |
| 408 | assert PrettyPrinter().pformat(data) == textwrap.dedent(expected).strip() |
nothing calls this directly
no test coverage detected
searching dependent graphs…