New submission from anthony shaw <anthonys...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue36821>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to