Doc: `import pytest` in `conftest.py` example in `doctest.rst` (#12181)

This commit is contained in:
Manuel López-Ibáñez 2024-04-03 13:02:09 +01:00 committed by GitHub
parent b63bea9523
commit cc588d1a1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ place the objects you want to appear in the doctest namespace:
.. code-block:: python
# content of conftest.py
import pytest
import numpy