cwltest icon indicating copy to clipboard operation
cwltest copied to clipboard

Ability to "mock" the base command

Open thomasyu888 opened this issue 4 years ago • 0 comments

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.

thomasyu888 avatar May 28 '20 20:05 thomasyu888