pyo3/examples/pyo3-pytests
2021-07-31 16:52:30 +01:00
..
pyo3_pytests
src pypy: fix FFI definition of Py_Buffer 2021-07-24 08:37:22 +01:00
tests pypy: fix FFI definition of Py_Buffer 2021-07-24 08:37:22 +01:00
build.rs
Cargo.toml pyo3-pytests: don't set profile in Cargo.toml 2021-07-31 16:52:30 +01:00
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