Skip to content

Tags: modal-labs/pytest-markdown-docs

Tags

v0.9.0

Toggle v0.9.0's commit message
* Support for custom markdown-it parser configuration via a pytest hook

v0.8.0

Toggle v0.8.0's commit message
Initial custom runner support.

Drops support for Python 3.8

v0.7.1

Toggle v0.7.1's commit message
* Changes object traveral logic

    * Prevents infinite recursion
    * Prevents duplicate tests
    * Include objects with underscore prefixes

v0.7.0

Toggle v0.7.0's commit message
* Support for mkdocs material superfences syntax

* Use real line numbers from source file for docstring tests

v0.6.0

Toggle v0.6.0's commit message
* Adds support for metadata through .mdx comment syntax

* Use unique names for each test item
* Use uv for project management

v0.5.1

Toggle v0.5.1's commit message
*pytest 8.1.x compatibility

v0.5.0

Toggle v0.5.0's commit message
* Add support for pytest 8

* Drop support for pytest 6
* Fix critical bug allowing syntax errors to pass tests

v0.4.3

Toggle v0.4.3's commit message
Releasing version 0.4.2

* Upgrade markdown-it dependency to ~2.2.2

v0.4.2

Toggle v0.4.2's commit message
Releasing version 0.4.2

* Fix small bug in traceback reconstruction

v0.4.1

Toggle v0.4.1's commit message
Releasing version 0.4.1

* Typing compatibility with Python 3.7