armi.bookkeeping.tests.test_bookkeepingPlugin module
Test Bookkeeping Plugin.
- class armi.bookkeeping.tests.test_bookkeepingPlugin.TestBookkeepingPlugin(methodName='runTest')[source]
Bases:
TestPluginCreate 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
alias of
BookkeepingPlugin
- class armi.bookkeeping.tests.test_bookkeepingPlugin.TestBookkeepingPluginHooks(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.