Files
2026-07-13 12:28:23 +08:00

14 lines
299 B
Markdown

# Developers
Most active development happens in the `v2` branch, please make pull requests there
## Running unit tests
```
pytest tests
```
## Formatting
The unit tests in the master branch are deprecated but improved unit tests are being developed in the "v2" branch.
```
./scripts/format.sh
```