MCPcopy Create free account
hub / github.com/bpython/bpython / test_first

Method test_first

bpython/test/test_history.py:28–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 self.assertFalse(self.history.is_at_end)
27
28 def test_first(self):
29 self.history.first()
30
31 self.assertFalse(self.history.is_at_start)
32 self.assertTrue(self.history.is_at_end)
33
34 def test_last(self):
35 self.history.last()

Callers

nothing calls this directly

Calls 1

firstMethod · 0.80

Tested by

no test coverage detected