Searched refs:module_path (Results 1 – 3 of 3) sorted by relevance
189 module_path = os.path.join(part_path, testmodule)190 LOG.info("module_path = %s." % module_path)191 if os.path.exists(module_path):193 module_path)
216 def _get_dict_test_list(module_path): argument218 for root, _, files in os.walk(module_path):
51 def _get_dict_test_list(module_path, file_name): argument53 for root, _, files in os.walk(module_path):