-
Notifications
You must be signed in to change notification settings - Fork 16
Conversation
Add CLI entry point test.
It is unclear to me the proper way to test this. Have looked in other Do we need to add an Comments are welcome. |
Passing argv=None to the main function seems like the best choice to me. @effigies @oesteban , do either of you have strong opinions on this? |
@effigies Maybe you have more insight into #184 (comment). Suggestions are welcome. Thanks. |
@effigies, can you have a look if you meet some bandwidth? |
Sure, had a look and just went ahead and patched. I think the Ran into an empty array error here:
Simple fix to change that to |
Add CLI entry point test.