armi.materials.tests.test__init__ module
Tests the __init__.py file since it has rather unique behavior.
- class armi.materials.tests.test__init__.Materials__init__Tests(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.materials.tests.test__init__.TestMaterial(yamlPath=None, updateMassFracs=True)[source]
Bases:
Material
- class armi.materials.tests.test__init__.PluginMaterialA[source]
Bases:
ArmiPlugin
- class armi.materials.tests.test__init__.TestMaterialBaseClassHook(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.