Set the description of the functionality being tested.
(self, description)
| 294 | pass |
| 295 | |
| 296 | def description_set(self, description): |
| 297 | """Set the description of the functionality being tested.""" |
| 298 | self.description = description |
| 299 | |
| 300 | def fail_test(self, condition=True, function=None, skip=0): |
| 301 | """Cause the test to fail.""" |