are no longer counted against coverage. Changed when I moved around project structure. This seems strange! (tried, but failed to fix in #45)
Thoughts: maybe this is the sys.argv thing, could use argparse() rather than argparse(sys.argv[1:])... and/or optionally pass args into main, not sure what normal/correct play is here.
Calls like:
are no longer counted against coverage. Changed when I moved around project structure. This seems strange! (tried, but failed to fix in #45)
Thoughts: maybe this is the
sys.argv
thing, could useargparse()
rather thanargparse(sys.argv[1:])
... and/or optionally pass args into main, not sure what normal/correct play is here.