docs: backfill env template and migration notes for M2
This commit is contained in:
@@ -56,9 +56,7 @@ def _advance_dependent_cases() -> set[str]:
|
||||
def test_meta_variants_cover_all_time_cases():
|
||||
"""完整性守卫: 契约的时间用例集合 == 本文件变体集合(1:1 映射表机械化)。"""
|
||||
variants = {
|
||||
name.removeprefix("test_variant_")
|
||||
for name in globals()
|
||||
if name.startswith("test_variant_")
|
||||
name.removeprefix("test_variant_") for name in globals() if name.startswith("test_variant_")
|
||||
}
|
||||
assert variants == _advance_dependent_cases()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user