Report that the given example was skipped.
(self, out, test, example)
| 1304 | #///////////////////////////////////////////////////////////////// |
| 1305 | |
| 1306 | def report_skip(self, out, test, example): |
| 1307 | """ |
| 1308 | Report that the given example was skipped. |
| 1309 | """ |
| 1310 | |
| 1311 | def report_start(self, out, test, example): |
| 1312 | """ |