MCPcopy Create free account
hub / github.com/executablebooks/markdown-it-py / test_print_heading

Function test_print_heading

tests/test_cli.py:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31
32def test_print_heading():
33 with patch("builtins.print") as patched:
34 parse.print_heading()
35 patched.assert_called()
36
37
38def test_interactive():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…