This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Termios module largely untested
Type: enhancement Stage:
Components: Tests Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: anthonypjshaw Nosy List: anthonypjshaw
Priority: normal Keywords:

Created on 2019-05-06 22:47 by anthonypjshaw, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg341656 - (view) Author: anthony shaw (anthonypjshaw) * (Python triager) Date: 2019-05-06 22:47
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()
msg341657 - (view) Author: anthony shaw (anthonypjshaw) * (Python triager) Date: 2019-05-06 22:47
This could be a good issue for the PyCon sprints, otherwise I'm happy to implement it
History
Date User Action Args
2022-04-11 14:59:14adminsetgithub: 81002
2019-05-06 22:47:59anthonypjshawsetmessages: + msg341657
2019-05-06 22:47:32anthonypjshawcreate