--- author: gk version: 190427 --- # Generating Markdown - While Testing Contained Claims [![Build Status](https://travis-ci.org/axiros/pytest2md.svg?branch=master)](https://travis-ci.org/axiros/pytest2md) [![codecov](https://codecov.io/gh/axiros/pytest2md/branch/master/graph/badge.svg)](https://codecov.io/gh/axiros/pytest2md)[![PyPI version][pypisvg]][pypi] [![][blacksvg]][black] [blacksvg]: https://img.shields.io/badge/code%20style-black-000000.svg [black]: https://github.com/ambv/black [pypisvg]: https://img.shields.io/pypi/v/pytest2md.svg [pypi]: https://badge.fury.io/py/pytest2md [TOC] Few things are more annoying than stuff which does not work as announced, especially when you find out only after an invest of time and energy. Documentation is often prone to produce such situations, since hard to keep 100% in sync with the code evolution. # Isolation None. If you would screw up your host running pytest normally, then you will get the same result, when running markdown generating tests. ---- [Here](https://github.com/axiros/pycond) is a bigger tutorial, from `pytest2md`.