armi.tests.test_runLog module¶
Tests of the runLog tooling
- class armi.tests.test_runLog.TestRunLog(methodName='runTest')[source]¶
Bases:
unittest.case.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 my accidentally call setVerbosity() before startLog(), this should be mostly supportable