Skip to content

Commit

Permalink
Also mention new features
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Nov 14, 2024
1 parent a6fb203 commit e5baec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Many of the UI features of our application should go through rigorous testing by
**What's a "good reason" to write a test?**

- Any PR that fixes a bug
- When introducing a new feature, cover as much logic as possible by unit tests
- Anything that is difficult or impossible to run a manual tests on
- e.g. a test to verify an outcome after an authentication token expires (which normally takes two hours)
- Areas of the code that are changing often, breaking often, and would benefit from the resiliency an automated test would provide
Expand Down

0 comments on commit e5baec5

Please sign in to comment.