(self)
| 314 | self.failure_point = failure_point |
| 315 | |
| 316 | def __str__(self): |
| 317 | if self.failure_point == "failure_point_str": |
| 318 | raise ValueError("triggered_failure_point_str") |
| 319 | return "FlakyException.__str__" |
| 320 | |
| 321 | |
| 322 | @pytest.mark.parametrize( |
nothing calls this directly
no outgoing calls
no test coverage detected