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
Tests for the CLI interface. #221 showed a failure of one of the expected modes of operation. When implementing the fix it would have been nice to have tests to ensure existing behaviour did not regress.
Implementation considerations
All that actually needs to be tested is that a call to main with appropriate arguments results in launch_a_launch_file being called with the correct arguments, or else an error is thrown.
The text was updated successfully, but these errors were encountered:
Feature request
Feature description
Tests for the CLI interface.
#221 showed a failure of one of the expected modes of operation. When implementing the fix it would have been nice to have tests to ensure existing behaviour did not regress.
Implementation considerations
All that actually needs to be tested is that a call to
main
with appropriate arguments results inlaunch_a_launch_file
being called with the correct arguments, or else an error is thrown.The text was updated successfully, but these errors were encountered: