pyo3/examples/pyo3-pytests
David Hewitt f1dd1380a5 examples: use pip 21.1 2021-04-29 08:52:01 +01:00
..
pyo3_pytests examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
src examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
tests examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
Cargo.toml examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
MANIFEST.in examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
README.md examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
build.rs examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
pyproject.toml examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
requirements-dev.txt examples: use pip 21.1 2021-04-29 08:52:01 +01:00
tox.ini examples: use pip 21.1 2021-04-29 08:52:01 +01:00

README.md

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