-
-
Notifications
You must be signed in to change notification settings - Fork 480
Testing
compwron edited this page Feb 23, 2021
·
1 revision
All PRs should have test coverage. Repo test coverage should be around 95% in general. 100% test coverage is not something we strive for per se (TODO - link to explanations of why below)
In general we want to adhere to https://www.betterspecs.org/ which is pretty standard
On testing coverage: what, why, and how