Skip to content

Commit

Permalink
Update docs/standards/developer-testing.md
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Deniszczyc <[email protected]>
  • Loading branch information
aaronrussellHO and robertdeniszczyc2 authored Jan 19, 2024
1 parent bc74ce8 commit 56d9e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/standards/developer-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ A good test should be clear on the intent of the test, have one test case, be re

Testing can come in different forms, for example unit/integration/mutation/property based, but all must adhere to the requirements as the following benefits can be achieved:

- Easy to correct failures in code from failed tests.
- Easy to correct failures in code from failed tests
- Security & confidence when continously integrating code
- Easy to understand intent and functionality of code
- Tests are owned by the same team who owns the code and not within a silo external to the team.
- Tests are owned by the same team who owns the code and not within a silo external to the team

---

Expand Down

0 comments on commit 56d9e8e

Please sign in to comment.