armi.tests.mockRunLogs module
This module contains subclasses of the armi.runLog._RunLog class that can be used to determine whether or not one of the specific methods were called. These should only be used in testing.
- class armi.tests.mockRunLogs.BufferLog(*args, **kwargs)[source]
Bases:
_RunLog
Log which captures the output in attributes instead of emitting them.
Used mostly in testing to ensure certain things get output, or to prevent any output from showing.