Cross-reference doc chapter from testing chapter
We don't completely cover documentation tests in the testing chapter, since we cover them in the documentation chapter. So make sure people know that. Fixes #28082
This commit is contained in:
parent
3e6d7243ae
commit
201384c107
1 changed files with 2 additions and 0 deletions
|
|
@ -502,3 +502,5 @@ documentation tests: the `_0` is generated for the module test, and `add_two_0`
|
|||
for the function test. These will auto increment with names like `add_two_1` as
|
||||
you add more examples.
|
||||
|
||||
We haven’t covered all of the details with writing documentation tests. For more,
|
||||
please see the [Documentation chapter](documentation.html)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue