DemocracyLab / DemocracyLab/CivicTechExchange
Add unit test precheck to PR's
Open
OPERATIONS
Testing
- Dominant language
- JavaScript
- Stars
- 105
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
We want to make sure unit tests pass on any new changes, and to that end we should make sure to run them on PR's, and block merging if any failures are found.
## Tests to Run
- Python: `python manage.py test`
- Javascript: `npm run test`
Contributor guide
Assessment
This issue has not been assessed yet.