Start the fake timer.
(self)
| 57 | self.function(*self.args, **self.kwargs) |
| 58 | |
| 59 | def start(self): |
| 60 | """Start the fake timer.""" |
| 61 | self.started = True |
| 62 | |
| 63 | |
| 64 | class OptionsTestCase(common.BleachbitTestCase): |
no outgoing calls
no test coverage detected