jztools.unittest.speed#
Module Attributes
Specifies whether to run speed tests. |
|
Multiple used to carry speed checks using |
Functions
|
Unit test decorator used to indicate whether the test is a speed test (possibly requiring specific hardware). |
|
- 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).