armi.cases.inputModifiers.tests.test_inputModifiers module

Unit tests for input modifiers.

class armi.cases.inputModifiers.tests.test_inputModifiers.MockGeom[source]

Bases: object

geomType = 'hex'
class armi.cases.inputModifiers.tests.test_inputModifiers.TestsuiteBuilderIntegrations(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_smearDensityFail()[source]
test_settingsModifier()[source]
test_bluePrintBlockModifier()[source]

Test BluePrintBlockModifier with build suite naming function argument.

class armi.cases.inputModifiers.tests.test_inputModifiers.TestSettingsModifiers(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_NeutronicConvergenceModifier()[source]
class armi.cases.inputModifiers.tests.test_inputModifiers.NeutronicsKernelOpts(neutronicsKernelOpts)[source]

Bases: InputModifier

class armi.cases.inputModifiers.tests.test_inputModifiers.TestFullCoreModifier(methodName='runTest')[source]

Bases: TestCase

Ensure full core conversion works.

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_fullCoreConversion()[source]