pyo3/pytests/README.md

11 lines
439 B
Markdown
Raw Normal View History

# PyO3 Python tests
2022-01-16 16:12:40 +00:00
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. |