Issue 36821: Termios module largely untested

Issue36821

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