armi.matProps.tests.test_hashing module

Program that runs tests for the TestHashValues class.

class armi.matProps.tests.test_hashing.TestHashValues(methodName='runTest')[source]

Bases: TestCase

Testing the material hashing logic.

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_hash()[source]