armi.matProps.tests.test_point module

Program that runs all of the tests for the Point class.

Notes

This file is used to verify the matProps stand-alone wheel installation. As such, it needs to remain small. Do not add any tests to this file with explicit file IO: no temporary directories, and no test YAML files.

class armi.matProps.tests.test_point.TestPoint(methodName='runTest')[source]

Bases: TestCase

Unit tests for the matProps Point class.

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

Test string representation of Point.