armi.cli.tests.test_runSuite module

Test for runsuite cli entry point.

class armi.cli.tests.test_runSuite.TestRunSuiteSuite(methodName='runTest')[source]

Bases: TestCase

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.

test_listCommand()[source]

Ensure run-suite entry point is registered.

test_showVersion()[source]

Test the ArmiCLI.showVersion method.

test_run(mockExeCmd)[source]

Test the ArmiCLI.run method.