We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d05273 commit 0a08c69Copy full SHA for 0a08c69
tests/test_history.py
@@ -974,7 +974,7 @@ def test_history_populates_pt(hist_file) -> None:
974
assert app.history.get(4).statement.raw == 'alias'
975
976
# prompt-toolkit only adds a single entry for multiple sequential identical commands
977
- # so we check to make sure that cmd2 populated the readline history
+ # so we check to make sure that cmd2 populated the prompt-toolkit history
978
# using the same rules
979
pt_history = app.session.history.get_strings()
980
assert len(pt_history) == 3
0 commit comments