Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 459 Bytes

File metadata and controls

28 lines (18 loc) · 459 Bytes

Requirements

For local development, this project requires you to have the following tools installed on your machine:

Testing

To run all tests:

uv run pytest

To run tests for specific packages only:

Rust

cargo test

Python

uv run pytest packages/python