armi.tests.test_apps module
Tests for the App class.
- class armi.tests.test_apps.TestPlugin1[source]
Bases:
ArmiPlugin
This should be fine on its own.
- class armi.tests.test_apps.TestPlugin2[source]
Bases:
ArmiPlugin
This should lead to an error if it coexists with Plugin1.
- class armi.tests.test_apps.TestPlugin3[source]
Bases:
ArmiPlugin
This should lead to errors, since it collides with the framework type param.
- class armi.tests.test_apps.TestPlugin4[source]
Bases:
ArmiPlugin
This should be fine on its own, and safe to merge with TestPlugin1.
- class armi.tests.test_apps.TestApps(methodName='runTest')[source]
Bases:
TestCase
Test the base apps.App interfaces.
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.