2 sys.path.append(os.path.dirname(__file__))
3 from custom_format import CustomFormat
5 config.name = "discovery-getTestsForPath-suite"
6 config.suffixes = [".test"]
7 config.test_format = CustomFormat()
8 config.test_source_root = None
9 config.test_exec_root = None