pyo3/pytests
David Hewitt ff37f24625 macros: accept paths in wrap_x macros 2021-12-30 12:46:57 +00:00
..
pyo3-benchmarks opt: make argument extraction code smaller 2021-12-24 01:52:15 +00:00
pyo3-pytests macros: accept paths in wrap_x macros 2021-12-30 12:46:57 +00:00
README.md Organize examples + add __call__ example (#2043) 2021-12-15 00:45:26 +00:00

README.md

PyO3 Python tests

These crates are a collection of test extension modules built with PyO3. They are all tested using tox 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.