armi.reactor.converters.tests.test_massRedistribution module
Unit tests on the mass redistribution class.
These are limited in scope. More extensive testing is done in test_axialExpansionChanger_MultiPin.py
- class armi.reactor.converters.tests.test_massRedistribution.BlockLike(height: float)[source]
Bases:
objectStand in for a component’s parent.
- class armi.reactor.converters.tests.test_massRedistribution.TestMassRedistribution(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.
- test_noUpdateMisMatchedPinNDens()[source]
Pin number density is only updated if both components have pinNDens populated.
- test_volumes()[source]
Test the volume properties.
Even relatively simple functionality deserves low-level unit testing.