summaryrefslogtreecommitdiff
path: root/pexpect/tests
Commit message (Expand)AuthorAgeFilesLines
* Second patch by Jorgen Grahn.noah2007-12-161-2/+58
* Added Jorgen's pexpect-487-expect-order.patchnoah2007-12-161-0/+121
* Added test for ANSI screen torture test.noah2007-07-131-0/+33
* This was a duplicate of tetris.data.noah2007-07-101-3/+0
* Added support for Unicode regular expressions by Andrew Stone.noah2007-06-271-1/+1
* Added expect_exact back in! For Andrew Stone.noah2007-05-301-19/+20
* Minor fix to buffer after a TIMEOUTnoah2007-05-141-4/+9
* I slowed down the default delaybeforesend in a test.noah2007-02-211-4/+2
* Added tests for sendcontrol() method.noah2007-02-202-0/+79
* Added some of Guillaume Chazarain's changes.noah2007-02-191-1/+2
* check point. added CWD and fixing hive.py.noah2007-01-232-6/+16
* Updated 'executable' properties on a few files.noah2006-05-224-2/+2
* Added patch to allow spawn to work better under Solaris.noah2006-05-042-7/+7
* Added test for pexpect.which()noah2006-04-081-0/+15
* 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-182-2/+66
* Trying to make a test for EINTR in select().noah2006-02-171-0/+8
* I finally converted all booleans to be True or False instead of 1 or 0.noah2006-02-031-1/+3
* Added .ignorecase flag to set all pattern matching with IGNORECASE flag.noah2006-02-021-1/+17
* Added delayafterclose and delayafterterminate so that it is easynoah2006-02-021-1/+11
* Added more testing for run(). 80% code coverage.noah2005-11-151-0/+9
* Added some more comments.noah2005-11-131-6/+8
* Didn't need that print statement in the test_log.py now did I?noah2005-11-131-1/+0
* setecho is not going to make me happy.noah2005-11-111-1/+1
* Added many more miscelaneous tests. Expanded log test to include write()noah2005-11-112-6/+98
* Adding more tests to cover more code. Coverage analysis showed 72% coverednoah2005-11-102-11/+33
* I can't seem to get echo drain to work on BSD platforms.noah2005-11-091-10/+13
* Added support to return best (earliest) match.noah2005-11-081-6/+5
* Added a hack to better support Irix.noah2005-11-082-7/+12
* Noel Taylor's IRIX testnoah2005-11-072-0/+52
* I forgot to turn back on some tests that I had disabled.noah2005-10-192-9/+8
* Still a problem with setecho flushing buffers on NetBSD.noah2005-10-191-12/+13
* Tried getting SIGWINCH to work on Solaris ptys, but no luck.noah2005-10-182-12/+21
* Added test to make sure multiple calls to isalive() work consistently.noah2005-10-181-10/+5
* 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-1815-78/+28
* 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
* It's for, like, testing stuff.noah2005-10-181-0/+5
* Got rid os support for externally opened file descriptors. Made everything to...noah2005-10-182-1/+4
* Don't need this anymore.noah2005-10-181-11/+11
* 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
* Added better debug output on test_destructor to check for garbage collection ...noah2005-10-151-3/+5
* Rewrote termios constants because some platforms don't define them properly;noah2005-10-152-25/+55
* Fixed setecho. Now I used "TCSANOW" instead of "TCSADRAIN". But why?noah2005-10-121-21/+55
* Added a signal ignore for SIGHUP in the child.noah2005-10-051-8/+28
* Optimized run() by using maxread. I liked it so much that I made itnoah2005-09-161-0/+4