sasha-tkachev / marktest

Python package for markdown testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧪 marktest

The marktest framework makes it easy to write tests for markdown documents.

Based on pytest.

🔨 Installation

pip install marktest

🏃‍♂️ Usage

Test a single markdown file

marktest README.md

Test all markdown files in the current directory recursively

marktest path/to/directory

About

Python package for markdown testing

License:Apache License 2.0