(self)
| 12 | # self.print_process_not_found_message() |
| 13 | |
| 14 | def get_configs_path(self): |
| 15 | current_path = os.path.abspath(__file__) |
| 16 | relative_path = '../configs/' |
| 17 | return os.path.join(os.path.dirname(current_path), relative_path) |
| 18 | |
| 19 | def get_version_list(self): |
| 20 | configs_path = self.configs_path |
no outgoing calls
no test coverage detected