src.tests.test_cli module

src.tests.test_cli._parser_from_dict(d, add_site=True)[source]
class src.tests.test_cli.TestCanonicalArgName(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_canonical_arg_name()[source]
class src.tests.test_cli.TestWordWrap(methodName='runTest')[source]

Bases: unittest.case.TestCase

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_word_wrap()[source]
test_word_wrap_multipara()[source]
class src.tests.test_cli.TestMDTFArgParserBasic(methodName='runTest')[source]

Bases: unittest.case.TestCase

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_flag_aliases()[source]
test_flag_synonyms()[source]
test_iter_actions()[source]
class src.tests.test_cli.TestMDTFArgParserHelpFormat(methodName='runTest')[source]

Bases: unittest.case.TestCase

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_formatting()[source]
test_formatting_groups()[source]
class src.tests.test_cli.TestMDTFArgParserRecordDefaults(methodName='runTest')[source]

Bases: unittest.case.TestCase

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_string_defaults()[source]
test_bool_defaults_true()[source]
test_bool_defaults_false()[source]
class src.tests.test_cli.TestCLIConfigManager(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

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

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

_setup_parser()[source]
test_no_partial_def()[source]
test_partial_def_1()[source]
test_partial_def_2()[source]
test_partial_def_3()[source]
class src.tests.test_cli.TestParseDummyInput(methodName='runTest')[source]

Bases: unittest.case.TestCase

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_parse_dummy_input()[source]