numpydantic/docs/api/testing/index.md

19 lines
285 B
Markdown
Raw Normal View History

2024-10-04 02:33:40 +00:00
# testing
Utilities for testing and 3rd-party interface development.
2024-10-11 09:23:34 +00:00
See also the [narrative testing docs](../../contributing/testing.md)
2024-10-04 02:33:40 +00:00
```{toctree}
2024-10-11 09:23:34 +00:00
:maxdepth: 2
2024-10-04 02:33:40 +00:00
cases
helpers
2024-10-11 09:23:34 +00:00
interfaces
```
```{eval-rst}
.. automodule:: numpydantic.testing
:members:
:undoc-members:
2024-10-04 02:33:40 +00:00
```