mirror of
https://github.com/nasa/openmct.git
synced 2025-03-01 04:16:31 +00:00
[Documentation] Replace redundant docs with link
This commit is contained in:
parent
1731b985fc
commit
92f5d5f190
@ -27,15 +27,9 @@ Unit tests are automated tests which exercise individual software
|
|||||||
components. Tests are subject to code review along with the actual
|
components. Tests are subject to code review along with the actual
|
||||||
implementation, to ensure that tests are applicable and useful.
|
implementation, to ensure that tests are applicable and useful.
|
||||||
|
|
||||||
Examples of useful tests:
|
Unit tests should meet
|
||||||
|
[test standards](https://github.com/nasa/openmctweb/blob/master/CONTRIBUTING.md#test-standards)
|
||||||
* Tests which replicate bugs (or their root causes) to verify their resolution.
|
as described in the contributing guide.
|
||||||
* Tests which reflect details from software specifications.
|
|
||||||
* Tests which exercise edge or corner cases among inputs.
|
|
||||||
* Tests which verify expected interactions with other components in the system.
|
|
||||||
|
|
||||||
During automated testing, code coverage metrics will be reported.
|
|
||||||
Line coverage must remain at or above 80%.
|
|
||||||
|
|
||||||
### User Testing
|
### User Testing
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user