fail and give reason
(self, reason)
| 289 | self.pyfile.setStatus("starting") |
| 290 | |
| 291 | def fail(self, reason): |
| 292 | """ fail and give reason """ |
| 293 | raise Fail(reason) |
| 294 | |
| 295 | def offline(self): |
| 296 | """ fail and indicate file is offline """ |
no test coverage detected