You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: