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 bcbce60 commit bc74ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/standards/developer-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Automating tests enables the tests to be run consistently and often. Automated t

### You MUST make tests repeatable

The ability to repeat the same tests gives confidence that if there is a failure, something has changed to affect that failure. The values that a test rely on shouldn't change based on environments, and tests such as unit tests should not depend on other external factors and dependencies (such as third party API, etc) to run.
The ability to repeat the same tests gives confidence that if there is a failure, something has changed to affect that failure. The values that a test rely on shouldn't change based on environments, and tests such as unit tests should not depend on other external factors and dependencies (for example third party APIs) to run.

### You MUST have a way of measuring the effectiveness of testing

Expand Down

0 comments on commit bc74ce8

Please sign in to comment.