You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I don't expect this to be easily doable in this project. It would either belong into pytest or maturin. This is just where this issue arose for me.
Note: I don't expect this to be easily doable in this project. It would either belong into pytest or maturin. This is just where this issue arose for me.
This issue arose while implementing #72
By adding
to pyproject.toml, one can run the docstrings in
docs/index.rst
using pytest. See here.Unfortunately, this doesn't run the doctests in
src/lib.rs
.Question: Can one adopt the tooling to also run these?
The text was updated successfully, but these errors were encountered: