src.tests.test_cli module

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

Bases: TestCase

__init__(methodName='runTest')

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

failureException

alias of AssertionError

longMessage = True
maxDiff = 640
class src.tests.test_cli.TestWordWrap(methodName='runTest')[source]

Bases: TestCase

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

__init__(methodName='runTest')

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

failureException

alias of AssertionError

longMessage = True
maxDiff = 640
class src.tests.test_cli.TestMDTFArgParserBasic(methodName='runTest')[source]

Bases: TestCase

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

__init__(methodName='runTest')

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

failureException

alias of AssertionError

longMessage = True
maxDiff = 640
class src.tests.test_cli.TestMDTFArgParserHelpFormat(methodName='runTest')[source]

Bases: TestCase

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

__init__(methodName='runTest')

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

failureException

alias of AssertionError

longMessage = True
maxDiff = 640
class src.tests.test_cli.TestMDTFArgParserRecordDefaults(methodName='runTest')[source]

Bases: TestCase

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

__init__(methodName='runTest')

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

failureException

alias of AssertionError

longMessage = True
maxDiff = 640
class src.tests.test_cli.TestCLIConfigManager(methodName='runTest')[source]

Bases: 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.

__init__(methodName='runTest')

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

failureException

alias of AssertionError

longMessage = True
maxDiff = 640
class src.tests.test_cli.TestParseDummyInput(methodName='runTest')[source]

Bases: TestCase

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

__init__(methodName='runTest')

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

failureException

alias of AssertionError

longMessage = True
maxDiff = 640