We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3509107 commit f73c587Copy full SHA for f73c587
README.md
@@ -76,6 +76,8 @@ $ python -m doctest_docutils README.md -v
76
77
### pytest plugin
78
79
+_This plugin disables pytest's standard `doctest` plugin._
80
+
81
This plugin integrates with the above module.
82
83
```console
docs/doctest/pytest.md
@@ -1,5 +1,11 @@
1
# pytest plugin
2
3
+:::{note}
4
5
+This plugin disables pytest's standard `doctest` plugin.
6
7
+:::
8
9
The pytest plugin is built on top of the doctest_docutils module, which is in
10
turn compatible with {mod}`doctest`.
11
0 commit comments