Skip to content

Commit

Permalink
add invalid schema test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Dec 20, 2023
1 parent 92adb2a commit 1f4deca
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fixtures/schemas_invalid/bashly/1.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
foo: bar
invalid: not allowed
4 changes: 4 additions & 0 deletions spec/fixtures/schemas_invalid/bashly/2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
args:
- name: path
x_valid: allowed
invalid: not allowed
4 changes: 4 additions & 0 deletions spec/fixtures/schemas_invalid/bashly/3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
flags:
- long: --path
x_valid: allowed
invalid: not allowed
4 changes: 4 additions & 0 deletions spec/fixtures/schemas_invalid/bashly/4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
environment_variables:
- name: api_key
x_valid: allowed
invalid: not allowed

0 comments on commit 1f4deca

Please sign in to comment.