jztools.unittest.speed#

Module Attributes

SPEED_TESTS

Specifies whether to run speed tests.

SPEED_XTIME

Multiple used to carry speed checks using runtime<XTIME*nominal_runtime.

Functions

speed_test(func)

Unit test decorator used to indicate whether the test is a speed test (possibly requiring specific hardware).

speed_tests_on()

jztools.unittest.speed.SPEED_TESTS = 'OFF'#

Specifies whether to run speed tests. Possible values are ‘ON’ or ‘OFF’. Defaults to ‘OFF’.

jztools.unittest.speed.SPEED_XTIME = 1.5#

Multiple used to carry speed checks using runtime<XTIME*nominal_runtime.

jztools.unittest.speed.speed_test(func)#

Unit test decorator used to indicate whether the test is a speed test (possibly requiring specific hardware).