Update CONTRIBUTING.md

This commit is contained in:
Jamie Hardt
2022-11-04 13:23:04 -07:00
committed by GitHub
parent 68d38f8ed5
commit 3bee7a8391

View File

@@ -2,8 +2,8 @@
## Testing
Before submitting PRs or patches, please make sure your branch passes all of the unit tests by running Pylint.
Before submitting PRs or patches, please make sure your branch passes all of the unit tests by running Pytest.
```sh
~/ptulsconv$ pylint
~/ptulsconv$ pytest
```