armi.bookkeeping.visualization.tests.test_vis module¶
Test report visualization.
- class armi.bookkeeping.visualization.tests.test_vis.TestVtkMesh(methodName='runTest')[source]¶
Bases:
unittest.case.TestCase
Test the VtkMesh utility class.
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.
- class armi.bookkeeping.visualization.tests.test_vis.TestVisDump(methodName='runTest')[source]¶
Bases:
unittest.case.TestCase
Test dumping a whole reactor and some specific block types.
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.