muteria.drivers.testgeneration.testcase_formats.base_testformatsrunners module¶
- class muteria.drivers.testgeneration.testcase_formats.base_testformatsrunners.BaseTestcaseFormat[source]¶
Bases:
ABC- abstract convert_from(src_type, src_testfile, dest_testfile)[source]¶
Convert src_testfile of src_type into dest_testfile of this type
- abstract convert_into(dest_type, src_testfile, dest_testfile)[source]¶
Convert src_testfile of this type into dest_testfile of dest_type
- abstract test_duplicates(test_filename_suffixes, dir_list, file_list)[source]¶
Find duplicate test in given dir_list (having suffix from test_filename_suffixes, Non recursively) and files in file_list :return: list of dupliate elements (each duplicate element
is a list of testcases that are duplicate between each others)