Stream: crucible
Topic: Where are the tests?
Jason Walonoski (May 14 2018 at 12:03):
@Jas The tests in Crucible are in a subproject called plan_executor
-- you can see the code here: https://github.com/fhir-crucible/plan_executor
Jason Walonoski (May 14 2018 at 12:04):
In particular, the system runs two different types of tests. First is "suites" which tests written in Ruby. Second is "TestScripts" which are FHIR TestScript resources. You can find both here: https://github.com/fhir-crucible/plan_executor/tree/master/lib/tests
Last updated: Apr 12 2022 at 19:14 UTC