(self)
| 41 | self._reset_called = False |
| 42 | |
| 43 | def reset_state(self): |
| 44 | self._reset_called = True |
| 45 | super(TestDataSpeed, self).reset_state() |
| 46 | |
| 47 | def __iter__(self): |
| 48 | """ Will run testing at the beginning, then produce data normally. """ |
nothing calls this directly
no test coverage detected