14 lines
299 B
Markdown
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
|
|
```
|