Skip to content

Commit f73c587

Browse files
committed
docs: Note pytest-doctest-docutils disabling of doctest module
1 parent 3509107 commit f73c587

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ $ python -m doctest_docutils README.md -v
7676

7777
### pytest plugin
7878

79+
_This plugin disables pytest's standard `doctest` plugin._
80+
7981
This plugin integrates with the above module.
8082

8183
```console

docs/doctest/pytest.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pytest plugin
22

3+
:::{note}
4+
5+
This plugin disables pytest's standard `doctest` plugin.
6+
7+
:::
8+
39
The pytest plugin is built on top of the doctest_docutils module, which is in
410
turn compatible with {mod}`doctest`.
511

0 commit comments

Comments
 (0)