Skip to content

Commit

Permalink
test: add venom tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury committed Mar 25, 2024
1 parent 6c2b336 commit 500974f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/suites/02-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ testcases:
assertions:
- result.systemout ShouldContainSubstring "Scanned 3 rows, found 3 links"
- result.code ShouldEqual 0

- name: passthrough
steps:
- script: silo scan -p ../silos/full < ../data/clients_full.jsonl
assertions:
- result.systemout ShouldNotContainSubstring "Scanned 2 rows, found 6 links"
- result.systemout ShouldContainSubstring '{"ID_CLIENT":"0002","EMAIL_CLIENT":"jane.doe@domain.com","ACCOUNT_NUMBER":2}'
- result.code ShouldEqual 0

0 comments on commit 500974f

Please sign in to comment.