MCPcopy Create free account
hub / github.com/ezyang/ghstack / test_tick

Method test_tick

src/ghstack/shell.py:316–320  ·  view source on GitHub ↗

Increase the current time. Useful when testing is True.

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 3

shMethod · 0.95
commitFunction · 0.80
tickFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected