Skip to content

Commit

Permalink
More generic rules for unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
wardweistra committed Mar 8, 2024
1 parent 0cd76dc commit 20d73ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions unittest.rules.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

- name: these-should-be-valid
files: Examples/AmyShaw.Patient.xml
files: Examples/Correct*.xml
action: validate

- name: these-should-be-invalid
files: Examples/WrongBarryShaw.Patient.xml
files: Examples/Wrong*.xml
# action: validate
assert: http://hl7.org/fhir/dotnet-api-operation-outcome|1028

0 comments on commit 20d73ca

Please sign in to comment.