pyo3/examples/pyo3-pytests
2021-10-13 00:05:33 +01:00
..
pyo3_pytests
src
tests
build.rs
Cargo.toml
MANIFEST.in
pyproject.toml
README.md
requirements-dev.txt
tox.ini

pyo3-pytests

An extension module built using PyO3, used to test PyO3 from Python.

Testing

This package is intended to be built using maturin. Once built, you can run the tests using pytest:

pip install maturin
maturin develop
pytest

Alternatively, install tox and run the tests inside an isolated environment:

tox -e py