mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
10 lines
183 B
Markdown
10 lines
183 B
Markdown
# Contributing to ptulsconv
|
|
|
|
## Testing
|
|
|
|
Before submitting PRs or patches, please make sure your branch passes all of the unit tests by running Pytest.
|
|
|
|
```sh
|
|
~/ptulsconv$ pytest
|
|
```
|