1 2 3 4 5 6 7 8 9
"""Test markdown code blocks""" import pathlib from mktestdocs import check_md_file def test_docs(): check_md_file(fpath=pathlib.Path("docs") / "index.md") check_md_file(fpath=pathlib.Path(".") / "README.md")