summaryrefslogtreecommitdiff
path: root/pexpect/tests/test_run.py
Commit message (Expand)AuthorAgeFilesLines
* check point. added CWD and fixing hive.py.noah2007-01-231-6/+6
* Added more testing for run(). 80% code coverage.noah2005-11-151-0/+9
* Edited all tests so they use the same base class, PexpectTestCase.noah2005-10-181-6/+3
* Got rid os support for externally opened file descriptors. Made everything to...noah2005-10-181-0/+4
* Optimized run() by using maxread. I liked it so much that I made itnoah2005-09-161-0/+4
* I changed run so that returning a tuple is a named option (withexitstatus).noah2005-09-081-1/+1
* I changed run to return a tuple. This doesn't quite feel right.noah2005-09-081-1/+2
* Big refactoring. Got rid of expect_exact. Moved TIMEOUT_EXP stuff intonoah2005-08-111-0/+27