(content)
| 419 | |
| 420 | |
| 421 | def _from_json(content): |
| 422 | json_obj = json.dumps(content) |
| 423 | conf_path = os.path.join(test_utils.temp_folder, 'conf.json') |
| 424 | file_utils.write_file(conf_path, json_obj) |
| 425 | return server_conf.from_json(conf_path, test_utils.temp_folder) |
no test coverage detected