fix: add tests
This commit is contained in:
parent
8ed690982f
commit
e7c157aa09
7 changed files with 62 additions and 0 deletions
Binary file not shown.
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
version: '1.1'
|
||||||
|
condition:
|
||||||
|
description: a condition
|
||||||
|
default: true
|
||||||
|
mandatory: true
|
||||||
|
variable:
|
||||||
|
description: a variable
|
||||||
|
disabled:
|
||||||
|
variable: _.condition
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
version: '1.1'
|
||||||
|
condition:
|
||||||
|
description: a condition
|
||||||
|
default: false
|
||||||
|
hidden: true
|
||||||
|
variable:
|
||||||
|
description: a variable
|
||||||
|
disabled:
|
||||||
|
variable: _.condition
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
version: '1.1'
|
||||||
|
condition:
|
||||||
|
description: a condition
|
||||||
|
default: false
|
||||||
|
disabled: true
|
||||||
|
variable:
|
||||||
|
description: a variable
|
||||||
|
disabled:
|
||||||
|
variable: _.condition
|
||||||
|
propertyerror: false
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
version: '1.1'
|
||||||
|
condition:
|
||||||
|
description: a condition
|
||||||
|
default: false
|
||||||
|
mandatory: true
|
||||||
|
variable:
|
||||||
|
description: a variable
|
||||||
|
disabled:
|
||||||
|
variable: _.condition
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
version: '1.1'
|
||||||
|
condition:
|
||||||
|
description: a condition
|
||||||
|
default: true
|
||||||
|
hidden: true
|
||||||
|
variable:
|
||||||
|
description: a variable
|
||||||
|
disabled:
|
||||||
|
variable: _.condition
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
version: '1.1'
|
||||||
|
condition:
|
||||||
|
description: a condition
|
||||||
|
default: true
|
||||||
|
disabled: true
|
||||||
|
variable:
|
||||||
|
description: a variable
|
||||||
|
disabled:
|
||||||
|
variable: _.condition
|
||||||
|
propertyerror: false
|
||||||
Loading…
Reference in a new issue