Skip to content

Validate WDL dir contents in tests #76

@sckott

Description

@sckott

So there's some expectations that we have of contents in each WDL dir (what others call unit tests) that are not checked right now in code, but should be:

  • validate that the .wdl file in the dir has the same exact name as the dir name
  • inputs.json and options.json: we look for these, but at least in 1 case, there was an inputs file that was a different name and so we just silently didn't load it, leading to confusion. probably warn if there's some other files (json or otherwise) so the program doesn't stop but there's a warning at least - or maybe error since a warning could be missed?
  • validate that if there's an inputs.json file there's only 1, same for options.json
  • anything else?

Metadata

Metadata

Assignees

Labels

infrastructureInfrastructure fix to execute WDL GitHub Actions

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions