(self, test_key)
| 220 | lst.append(format_str % str(default)) |
| 221 | |
| 222 | def _WarnUnimplemented(self, test_key): |
| 223 | if test_key in self._Settings(): |
| 224 | print('Warning: Ignoring not yet implemented key "%s".' % test_key) |
| 225 | |
| 226 | def IsBinaryOutputFormat(self, configname): |
| 227 | default = "binary" if self.isIOS else "xml" |
no test coverage detected