pyo3/examples/pyo3-pytests
2021-06-24 22:34:55 +08:00
..
pyo3_pytests
src Add wrap_pyfunction macro to prelude 2021-06-24 22:34:55 +08:00
tests Add support for extracting PathBuf from pathlib.Path 2021-06-05 14:59:26 +08:00
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