utils package

Submodules

utils.get_args_from_cli module

Extract arguments from CLI

utils.get_args_from_cli.get_args()[source]

Reads arguments from CLI and returns them as dictionary. Helps running Python unittest with command-line arguments. Raises Exception if one of the required arguments is missing. :return:

Module contents