blob: 77b674a1881ce93be218336f2be24b6974fc9db7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Pytest plugin for testing Python code examples in docstrings and markdown files.
pytest-examples can:
* lint code examples using ruff and black
* run code examples
* run code examples and check print statements are inlined correctly in the code
It can also update code examples in place to format them and insert or update
print statements.
|