Newer
Older
# Who is concerned by this file
[//]: # (For a guide to create CONTRIBUTING.md, see http://mozillascience.github.io/working-open-workshop/contributing/)
This file is for:
- Project owners - creators and maintainers of the project
- Project contributors - users of the project who want to know items they're welcome to tackle, and
tact they need in navigating the project/respecting those involved with the project
- Project consumers - users who want to build off the project to create their own project
## Testing
### Installation
```bash
uv sync
```
### Running tests
```bash
pytest
```