armi.bookkeeping.report.tests.test_report module

Really basic tests of the report Utils

class armi.bookkeeping.report.tests.test_report.TestReport(methodName='runTest')[source]

Bases: unittest.case.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_setData()[source]
test_getData()[source]
test_reactorSpecificReporting()[source]

Test a number of reporting utils that require reactor/core information

class armi.bookkeeping.report.tests.test_report.TestReportInterface(methodName='runTest')[source]

Bases: unittest.case.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_printReports()[source]

testing printReports method

test_writeReports()[source]

Test writing html reports.

test_distributableReportInt()[source]
test_interactBOLReportInt()[source]
test_interactEveryNode()[source]
test_interactBOC()[source]
test_interactEOC()[source]
test_interactEOL()[source]