prune contracts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user