armi.bookkeeping.tests.test_bookkeepingPlugin module

Test Bookkeeping Plugin.

class armi.bookkeeping.tests.test_bookkeepingPlugin.TestBookkeepingPlugin(methodName='runTest')[source]

Bases: TestPlugin

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

alias of BookkeepingPlugin

class armi.bookkeeping.tests.test_bookkeepingPlugin.TestBookkeepingPluginHooks(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_materialDataSummary()[source]

Test that the material data summary for the core is valid as a printout to the stdout.

test_bookkeepingOnProcessCoreLoading()[source]

Test that the onProcessCoreLoading plugin hook operates properly.