validations_libs.tests.cli.test_base module

class validations_libs.tests.cli.test_base.TestArgParse[source]

Bases: argparse.ArgumentParser

config = 'foo'
class validations_libs.tests.cli.test_base.TestBase(methodName='runTest')[source]

Bases: validations_libs.tests.cli.fakes.BaseCommand

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_argument_parser_cli_choice(mock_load, mock_path)[source]
test_argument_parser_config_choice(mock_load, mock_path)[source]
test_argument_parser_constant_choice(mock_load, mock_path)[source]