[issue36821] Termios module largely untested

anthony shaw report at bugs.python.org
Mon May 6 18:47:32 EDT 2019


New submission from anthony shaw <anthonyshaw at apache.org>:

I noticed that the termios.c module is largely untested.

There is some coverage via test_pty, test_ioctl and test_getpass, but there is nothing to cover regression and the behaviours in the module functions.

Tests are required for:
- termios.tcgetattr()
- termios.tcsetattr()
- termios.tcsendbreak()
- termios.tcdrain()
- termios.tcflush()
- termios.tcflow()

----------
assignee: anthonypjshaw
components: Tests
messages: 341656
nosy: anthonypjshaw
priority: normal
severity: normal
status: open
title: Termios module largely untested
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36821>
_______________________________________


More information about the Python-bugs-list mailing list