armi.utils.tests.test_reportPlotting module

Test plotting.

class armi.utils.tests.test_reportPlotting.TestRadar(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_radar()[source]

Test execution of radar plot. Note this has no asserts and is therefore a smoke test.

test_createPlotMetaData()[source]
test_plotAxialProfile()[source]
test_keffVsTime()[source]
test_valueVsTime()[source]
test_buVsTime()[source]
test_movesVsCycle()[source]
test_xsHistoryVsTime()[source]