armi.nuclearDataIO.cccc.tests.test_pmatrx module¶
Tests the workings of the library wrappers.
- class armi.nuclearDataIO.cccc.tests.test_pmatrx.TestPmatrxNuclides(methodName='runTest')[source]¶
Bases:
unittest.case.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.
- class armi.nuclearDataIO.cccc.tests.test_pmatrx.TestPmatrx(methodName='runTest')[source]¶
Bases:
unittest.case.TestCaseTests the Pmatrx gamma production matrix.
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.nuclearDataIO.cccc.tests.test_pmatrx.TestProductionMatrix_FromWritten(methodName='runTest')[source]¶
Bases:
armi.nuclearDataIO.cccc.tests.test_pmatrx.TestPmatrxTests related to reading a PMATRX that was written by ARMI.
Note that this runs all the tests from TestPmatrx.
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.nuclearDataIO.cccc.tests.test_pmatrx.TestProductionMatrix_FromWrittenAscii(methodName='runTest')[source]¶
Bases:
armi.nuclearDataIO.cccc.tests.test_pmatrx.TestPmatrxTests that show you can read and write pmatrx files from ascii libraries.
Notes
This runs all the tests from TestPmatrx.
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.