Skip to content

Commit

Permalink
Add in integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmalladi committed Apr 26, 2024
1 parent 1b54e9d commit e3c8f75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/inputs/example.inputs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"example.hello.name": "Test"
}


7 changes: 7 additions & 0 deletions tests/test.example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- name: test-example
tags: integration
command: miniwdl run -i tests/inputs/example.inputs.json -d test-output/ hello.wdl
files:
- path: test-output/_LAST/stdout.txt
contains:
- 'hello Test!'

0 comments on commit e3c8f75

Please sign in to comment.