armi.tests.test_runLog module
Tests of the runLog tooling.
- class armi.tests.test_runLog.TestRunLog(methodName='runTest')[source]
Bases:
TestCase
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_verbosityOutOfRange()[source]
Test that the log verbosity setting resets to a canonical value when it is out of range.
- test_invalidSetVerbosityByString()[source]
Test that the log verbosity setting fails if the integer is invalid.
- test_setVerbosityBeforeStartLog()[source]
The user/dev may accidentally call
setVerbosity()
beforestartLog()
, this should be mostly supportable. This is just an edge case.