muteria.drivers.testgeneration.custom_dev_testcase.custom_dev_testcase module

class muteria.drivers.testgeneration.custom_dev_testcase.custom_dev_testcase.CustomTestcases(*args, **kwargs)[source]

Bases: BaseTestcaseTool

CUSTOM_TEST_TOOLNAME = 'custom_devtests'
execute_testcase(testcase, exe_path_map, env_vars, timeout=None, use_recorded_timeout_times=None, recalculate_execution_times=False, with_output_summary=True, hash_outlog=True)[source]
get_testcase_info_object()[source]
classmethod installed(custom_binary_dir=None)[source]

Check that the tool is installed :return: bool reprenting whether the tool is installed or not

(executable accessible on the path) - True: the tool is installed and works - False: the tool is not installed or do not work

runtests(testcases, exe_path_map, env_vars, stop_on_failure=False, per_test_timeout=None, use_recorded_timeout_times=None, recalculate_execution_times=False, with_output_summary=True, hash_outlog=True, parallel_count=1)[source]

Override runtests