Add test coverage elaboration
This commit is contained in:
parent
5ad366e50d
commit
c7e38e9640
|
|
@ -38,6 +38,10 @@
|
||||||
|
|
||||||
> ### Summarize existing test coverage of this feature
|
> ### Summarize existing test coverage of this feature
|
||||||
>
|
>
|
||||||
|
> Consider what the "edges" of this feature are. We're particularly interested in seeing tests that assure us about exactly what nearby things we're not stabilizing.
|
||||||
|
>
|
||||||
|
> Within each test, include a comment at the top describing the purpose of the test and what set of invariants it intends to demonstrate. This is a great help to those reviewing the tests at stabilization time.
|
||||||
|
>
|
||||||
> - What does the test coverage landscape for this feature look like?
|
> - What does the test coverage landscape for this feature look like?
|
||||||
> - (Positive/negative) Behavioral tests?
|
> - (Positive/negative) Behavioral tests?
|
||||||
> - (Positive/negative) Interface tests? (e.g. compiler cli interface)
|
> - (Positive/negative) Interface tests? (e.g. compiler cli interface)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue