pib_cli.cli.commands.bases.fixtures.command_harness_exceptions

CLI CommandBase test harness with exception handling.

class CommandBaseExceptionsTestHarness(methodName='runTest')[source]

CLI test harness for CommandBase subclasses with exceptions.

setUp() None[source]

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

abstract test_invoke_exception() None[source]

Override to test the invoke class with an exception case.