MCPcopy Create free account
hub / github.com/python-cmd2/cmd2 / test_history_max_length_zero

Function test_history_max_length_zero

tests/test_history.py:316–318  ·  view source on GitHub ↗
(hist)

Source from the content-addressed store, hash-verified

314
315
316def test_history_max_length_zero(hist) -> None:
317 hist.truncate(0)
318 assert len(hist) == 0
319
320
321def test_history_max_length_negative(hist) -> None:

Callers

nothing calls this directly

Calls 1

truncateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…