armi.settings.fwSettings.tests.test_fwSettings module

Tests for the framework settings.

class armi.settings.fwSettings.tests.test_fwSettings.TestSchema(methodName='runTest')[source]

Bases: TestCase

Test that the implemented schema are doing what we think they are.

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