armi.nuclearDataIO.tests.test_xsLibraries module
Tests for xsLibraries.IsotxsLibrary.
- class armi.nuclearDataIO.tests.test_xsLibraries.TempFileMixin[source]
Bases:
objectA helpful test tooling; creating temporary directories and nucdata test file path.
- property testFileName
- class armi.nuclearDataIO.tests.test_xsLibraries.TestXSLibrary(methodName='runTest')[source]
Bases:
TempFileMixin,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.tests.test_xsLibraries.TestGetISOTXSFilesWorkDir(methodName='runTest')[source]
Bases:
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.tests.test_xsLibraries.AbstractTestXSlibraryMerging[source]
Bases:
TempFileMixinA shared class that defines tests that should be true for all IsotxsLibrary merging.
Notes
This is a base class; it is not run directly.
- class armi.nuclearDataIO.tests.test_xsLibraries.TestPmatrxMerge(methodName='runTest')[source]
Bases:
AbstractTestXSlibraryMerging,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.tests.test_xsLibraries.TestIsotxsMerge(methodName='runTest')[source]
Bases:
AbstractTestXSlibraryMerging,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.tests.test_xsLibraries.TestGamisoMerge(methodName='runTest')[source]
Bases:
AbstractTestXSlibraryMerging,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.