(markdown_sections)
| 68 | |
| 69 | @pytest.fixture |
| 70 | def sample_markdown(markdown_sections) -> str: |
| 71 | return "".join(section.to_markdown() for section in markdown_sections) |
| 72 | |
| 73 | |
| 74 | def test_parse_markdown_headings(sample_markdown, markdown_sections): |
nothing calls this directly
no test coverage detected
searching dependent graphs…