aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pytest-examples/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pytest-examples/pkg-descr')
-rw-r--r--devel/py-pytest-examples/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/py-pytest-examples/pkg-descr b/devel/py-pytest-examples/pkg-descr
new file mode 100644
index 000000000000..77b674a1881c
--- /dev/null
+++ b/devel/py-pytest-examples/pkg-descr
@@ -0,0 +1,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.