cwltest
cwltest copied to clipboard
Ability to "mock" the base command
Lets say I have a CWL tool that interacts with an ftp server that requires a username and password. It would be nice to be able to mock
the base command + expected output, so I don't need to pass credentials to test the tool, but merely test that the right parameters are called, and that the expected output binds correctly.