armi.materials.tests.test__init__ module

This module tests the __init__.py file since it has rather unique behavior.

armi.materials.tests.test__init__.betterSubClassCheck(item, superClass)[source]
class armi.materials.tests.test__init__.Materials__init__Tests(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_canAccessClassesFromPackage()[source]
test_packageClassesEqualModuleClasses()[source]