pyo3/pytests
David Hewitt ea6a44a58f add maturin to requirements-dev files 2022-01-17 08:19:54 +00:00
..
pyo3-benchmarks Use `--no-build-isolation` 2022-01-17 10:02:03 +08:00
pyo3-pytests add maturin to requirements-dev files 2022-01-17 08:19:54 +00:00
README.md Switch from tox to nox 2022-01-17 00:24:33 +08:00

README.md

PyO3 Python tests

These crates are a collection of test extension modules built with PyO3. They are all tested using nox in PyO3's CI.

Below is a brief description of each of these:

Example Description
pyo3-benchmarks A project containing some benchmarks of PyO3 functionality called from Python.
pyo3-pytests A project containing some tests of PyO3 functionality called from Python.