1 parent cf28501 commit 1bc12fdCopy full SHA for 1bc12fd
1 file changed
tests/test_gambaterm.py
@@ -179,9 +179,9 @@ async def telnet_client() -> str:
179
def test_gambaterm_telnet_unknown_term() -> None:
180
"""Telnet client connects with an unknown terminal type.
181
182
- Exercises the ``kind=None`` fallback path in RemoteTerminal,
183
- where blessed's ``__init_termcap_kind`` resolves the terminal
184
- type through XTGETTCAP, $TERM, and finally ``kind_fallback``.
+ Exercises the ``kind=None`` fallback path in RemoteTerminal, where blessed's
+ ``__init_termcap_kind`` resolves the terminal type through protocol-negotiated TERM and
+ fallsback to ``kind_fallback='xterm-256color'``.
185
"""
186
assert TEST_ROM.exists()
187
command = (
0 commit comments