Metadata-Version: 2.1
Name: pytest_markdown
Version: 0.0.2
Summary: A py.test plugin that runs tests its found in your Markdown files.
Home-page: https://github.com/Jc2k/pytest-markdown
License: UNKNOWN
Author: John Carr
Author-email: john.carr@unrouted.co.uk
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Framework :: Pytest
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Testing
Requires-Dist: pytest>=3.6.0
Requires-Dist: mistletoe>=0.7.1

# pytest-markdown

You have written a `README.md`. In contains some of your best words. They are in an order, and you are happy its a good order. But all those code blocks... Do they contain valid python? This plugin will find tests in your markdown files and run them.

