Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coalaHelperTest.py: Mock the entry point
While collecting the CLI argument list from `default_arg_parser` it expects to have a valid entry points (sys.argv[0]). The entry points might not be available in case of testing the wrapper around default arg parser. Hence, it's essential to mock this behaviour.
- Loading branch information