Increase the current time. Useful when testing is True.
(self)
| 314 | return self._maybe_rstrip(self.sh(*(("jf",) + args), **kwargs)) |
| 315 | |
| 316 | def test_tick(self) -> None: |
| 317 | """ |
| 318 | Increase the current time. Useful when testing is True. |
| 319 | """ |
| 320 | self.testing_time += 60 |
| 321 | |
| 322 | def open(self, fn: str, mode: str) -> IO[Any]: |
| 323 | """ |