armi.utils.tests.test_codeTiming module

Unit tests for code timing.

class armi.utils.tests.test_codeTiming.CodeTimingTest(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_methodDefinitions()[source]

Test that the timer decorators work and don’t interupt the code.

test_countStartsStops()[source]

Test the start and stop counting logic.

test_propertyAccess()[source]

Test property access is okay.

test_master()[source]
test_messyStartsAndStops()[source]
test_report()[source]