armi.physics.fuelCycle.tests.test_fuelHandlerFactory module

Tests for armi.physics.fuelCycle.fuelHandlerFactory.

class armi.physics.fuelCycle.tests.test_fuelHandlerFactory.FuelHandlerFactoryTests(methodName='runTest')[source]

Bases: TestCase

Exercise the custom module import 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_filePath()[source]

Custom handlers can still be loaded from explicit file paths.

test_modulePath()[source]

Module-style paths are imported using importlib.