From c7e38e9640ad19f10c0fb26360ac9042de1da026 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Thu, 19 Jun 2025 19:07:12 +0800 Subject: [PATCH] Add test coverage elaboration --- src/stabilization_report_template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/stabilization_report_template.md b/src/stabilization_report_template.md index 4323e82a..a0e04f5d 100644 --- a/src/stabilization_report_template.md +++ b/src/stabilization_report_template.md @@ -37,7 +37,11 @@ *TODO* > ### 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? > - (Positive/negative) Behavioral tests? > - (Positive/negative) Interface tests? (e.g. compiler cli interface)