Skip to content

Commit c01bf8c

Browse files
jieyouxutraviscross
authored andcommitted
Add test coverage elaboration
1 parent d1562e1 commit c01bf8c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/stabilization_report_template.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737
*TODO*
3838

3939
> ### Summarize existing test coverage of this feature
40-
>
40+
>
41+
> 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.
42+
>
43+
> 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.
44+
>
4145
> - What does the test coverage landscape for this feature look like?
4246
> - (Positive/negative) Behavioral tests?
4347
> - (Positive/negative) Interface tests? (e.g. compiler cli interface)

0 commit comments

Comments
 (0)