summaryrefslogtreecommitdiff
path: root/pexpect/tests/test_constructor.py
Commit message (Expand)AuthorAgeFilesLines
* Mostly a massive license update. Added a license per file.HEADmasternoah2012-10-201-0/+19
* Forgot to get rid of debug prints.noah2005-10-181-3/+1
* Strange, but Solaris 'ls' prints output differently if called asnoah2005-10-181-1/+3
* Edited all tests so they use the same base class, PexpectTestCase.noah2005-10-181-4/+2
* Rewrote termios constants because some platforms don't define them properly;noah2005-10-151-3/+5
* I fixed the test scripts so that they properly call their super-classnoah2005-02-281-1/+1
* Added more output to tests so I can figure out where I am in a full test runnoah2004-10-141-1/+3
* Fixing tests. Mac OSX does not flush it's buffers when a child dies... Damn!noah2003-01-061-0/+1
* Cleaning up code.noah2002-11-271-9/+9
* Still can't get the Darwin MacOS X problem.noah2002-10-221-1/+0
* got rid of a debug print statement.noah2002-09-241-2/+0
* Improves test_expectnoah2002-09-231-2/+4
* Changed isAlive() method. Renamed to isalive() and heavily modified tonoah2002-09-231-2/+2
* Test based on / is not a good idea. I made the test look at /bin.noah2002-09-231-3/+2
* Added timeout to __init__ constructor.noah2002-09-201-0/+4
* Added alternate constructor (give it list of arguments).noah2002-09-201-0/+25