Thanks to visit codestin.com Credit goes to github.com
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 613c9c9 commit cf4e812Copy full SHA for cf4e812
doc/api/testing_api.rst
@@ -37,3 +37,10 @@
37
:members:
38
:undoc-members:
39
:show-inheritance:
40
+
41
42
+Data container testing fixtures
43
+==================================
44
45
+.. autofunction:: matplotlib.testing.conftest.pd
46
+.. autofunction:: matplotlib.testing.conftest.xr
doc/conf.py
@@ -220,6 +220,7 @@ def tutorials_download_error(record):
220
221
autosummary_generate = True
222
autodoc_typehints = "none"
223
+autodoc_mock_imports = ["pytest"]
224
225
# we should ignore warnings coming from importing deprecated modules for
226
# autodoc purposes, as this will disappear automatically when they are removed
0 commit comments