about summary refs log tree commit diff
path: root/test-data
AgeCommit message (Collapse)Author
4 daystests: Test reader end-to-end, don't test specific functions.Arun Isaac
This makes the tests less fragile—that is, less subject to breakage due to code refactoring. And, we can be more confident that the reader actually works end-to-end.
4 daysreader: Resolve type ambiguities in default inputs.Arun Isaac
8 daysreader: Resolve YAML inputs file type ambiguities.Arun Isaac
Resolve YAML inputs file type ambiguities by reading them along with the workflow file and using the workflow input types to guide their type coercion.