armi.tests.test_plugins module
Provides functionality for testing implementations of plugins.
- class armi.tests.test_plugins.PluginFlags1[source]
Bases:
ArmiPluginSimple Plugin that defines a single, new flag.
- class armi.tests.test_plugins.TestPluginRegistration(methodName='runTest')[source]
Bases:
TestCaseCreate 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.
- class armi.tests.test_plugins.TestPluginBasics(methodName='runTest')[source]
Bases:
TestCaseCreate 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.
- class armi.tests.test_plugins.TestPlugin(methodName='runTest')[source]
Bases:
TestCaseThis contains some sanity tests that can be used by implementing plugins.
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.
- plugin: Optional[ArmiPlugin] = None