app.util.helpers.script_info.is_unit_test

app.util.helpers.script_info.is_unit_test()[source]

Test whether running in a unit test environment.

Returns:

True if running in a unit test environment, False otherwise.

Return type:

bool