summaryrefslogtreecommitdiff
path: root/pexpect/tests/test_winsize.py
Commit message (Expand)AuthorAgeFilesLines
* Mostly a massive license update. Added a license per file.HEADmasternoah2012-10-201-0/+19
* Found small bug in __select. Forgot module name for EINTR (errno)noah2006-02-181-6/+6
* Added Alexander Gattin's changes to support setting environment.noah2006-02-181-2/+2
* Trying to make a test for EINTR in select().noah2006-02-171-0/+8
* I forgot to turn back on some tests that I had disabled.noah2005-10-191-1/+0
* Tried getting SIGWINCH to work on Solaris ptys, but no luck.noah2005-10-181-5/+6
* Edited all tests so they use the same base class, PexpectTestCase.noah2005-10-181-4/+0
* Got rid of uncessary print.noah2005-10-181-1/+0
* Didn't need force=True on close()noah2005-10-181-1/+1
* Terminate needs a little sleep(0.1( between calls to kill().noah2005-10-181-2/+2
* Got rid os support for externally opened file descriptors. Made everything to...noah2005-10-181-1/+0
* Close does not work on processes that don't quit and ignore EOF (CTRL-D)noah2005-10-171-0/+6
* Added timeout to sigwinch for 10 seconds. Added debug message to that test as...noah2005-10-151-2/+6
* Converted all those tabs to spaces.noah2005-02-281-15/+15
* I fixed the test scripts so that they properly call their super-classnoah2005-02-281-0/+1
* Added more output to tests so I can figure out where I am in a full test runnoah2004-10-141-0/+3
* Fixed assumption about python binary path. Now I get it from the sys modulenoah2003-05-081-1/+1
* This is the baseclass for tests. It includes a setUp and tearDownnoah2003-05-081-1/+2
* This tests the new facility for set and get of child tty window size.noah2003-05-081-0/+30