prune contracts

This commit is contained in:
2026-04-01 22:31:10 +03:00
parent 61a0d8c322
commit ea457c8d18
16 changed files with 6 additions and 76 deletions

View File

@@ -217,6 +217,7 @@ tags:
# ----------------------------------------------------------
TEST_CONTRACT:
type: string
multiline: true
description: "Тестовый контракт: Input -> Output"
contract_types:
- Function
@@ -224,6 +225,7 @@ tags:
TEST_SCENARIO:
type: string
multiline: true
description: "Тестовый сценарий: Название -> Ожидание"
contract_types:
- Function
@@ -231,12 +233,14 @@ tags:
TEST_FIXTURE:
type: string
multiline: true
description: "Тестовая фикстура: Название -> file:[path] | INLINE_JSON"
contract_types:
- Block
TEST_EDGE:
type: string
multiline: true
description: "Граничный случай: Название -> Сбой"
contract_types:
- Function
@@ -244,6 +248,7 @@ tags:
TEST_INVARIANT:
type: string
multiline: true
description: "Тестовый инвариант: Имя -> VERIFIED_BY: [scenarios]"
contract_types:
- Module