Metadata-Version: 2.4
Name: tiderace
Version: 0.4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
Summary: A pure-Rust test engine for Python — its own runner, not a pytest wrapper.
Keywords: testing,pytest,rust,test-runner,impact-analysis
Author: John Aven
License: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://snoodleboot-io.github.io/tiderace/
Project-URL: Repository, https://github.com/snoodleboot-io/tiderace

# tiderace

A pure-Rust test engine for Python — its own runner, not a pytest wrapper. Isolation without the fork
tax, and only runs what changed.

`pip install tiderace` ships the `tiderace` and `tiderace-daemon` binaries plus the native authoring
package. Docs: https://snoodleboot-io.github.io/tiderace/

