def eval_test_indicator()

in src/preprocessor.py [0:0]


def eval_test_indicator(attribute):
    if test_indicator_exist(attribute):
        return str_to_bool(attribute[METADATA_CUSTOM_ATTR_TEST_INDICATOR])
    else:
        return False