summaryrefslogtreecommitdiff
path: root/pexpect/tests/test_log.py
Commit message (Expand)AuthorAgeFilesLines
* Mostly a massive license update. Added a license per file.HEADmasternoah2012-10-201-0/+19
* Trying to add coverage for interact() methods.noah2007-12-201-1/+42
* Added some of Guillaume Chazarain's changes.noah2007-02-191-1/+2
* Didn't need that print statement in the test_log.py now did I?noah2005-11-131-1/+0
* Added many more miscelaneous tests. Expanded log test to include write()noah2005-11-111-5/+19
* Edited all tests so they use the same base class, PexpectTestCase.noah2005-10-181-5/+2
* I changed run to return a tuple. This doesn't quite feel right.noah2005-09-081-2/+2
* 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/+2
* Changed log technique. Instead of passing file name, you now pass anoah2002-10-031-10/+12
* Changed isAlive() method. Renamed to isalive() and heavily modified tonoah2002-09-231-1/+1
* This is sourcable file for setting CVSROOT and ssh. Nothing important.noah2002-09-221-1/+1
* Added test of log facility (log_open(), log_close()).noah2002-09-201-0/+26