armi.reactor.tests.test_cores module
- class armi.reactor.tests.test_cores.HexCoreTests(methodName='runTest')[source]
Bases:
TestCase
Tests on a hex reactor core.
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.
- assertAllIs(actuals: Iterable[Any], expecteds: Iterable[Any], fill=None)[source]
Assert that all items in two iterables are the same objects.