Skip to content

Commit

Permalink
Update docs/standards/testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrussellHO authored Nov 23, 2023
1 parent 357af17 commit 0d4fb28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/standards/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ related:
items:
---

Testing code forms part of the core of developing code. Testing should provide confidence to stakeholders and the intent of any test should be clear as they can provide as a form of documentation to the overall solution, they should be relatively easy to understand with coverage tracked, though this must be stressed coverage is not the be all end all.
Testing code forms part of the core of developing code. Testing should provide confidence to stakeholders and be proportionate to risk.

The intent of any test should be clear as they can provide as a form of documentation to the overall solution, they should be relatively easy to understand with coverage tracked, though this must be stressed coverage is not the be all end all.

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

Expand Down

0 comments on commit 0d4fb28

Please sign in to comment.