Skip to content
Prev Previous commit
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored Nov 20, 2020
commit e990b7980043f06789777f970111c11c41fe2588
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated tests for the pty library. test_basic() has been changed to test_openpty(); this additionally checks if slave termios and slave winsize are being set properly by pty.openpty(). In order to add support for FreeBSD, NetBSD, OpenBSD, and Darwin, this also adds test_master_read(), which demonstrates that pty.spawn() should not depend on an OSError to exit from its copy loop.