Add test coverage elaboration

This commit is contained in:
Jieyou Xu 2025-06-19 19:07:12 +08:00
parent 5ad366e50d
commit c7e38e9640
No known key found for this signature in database
GPG Key ID: 045B995028EA6AFC
1 changed files with 5 additions and 1 deletions

View File

@ -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)