summaryrefslogtreecommitdiff
path: root/pexpect/tests
Commit message (Expand)AuthorAgeFilesLines
* Mostly a massive license update. Added a license per file.HEADmasternoah2012-10-2033-2/+631
* Fixed test. I know, you're not supposed to fix your test cases, but this onenoah2010-10-311-1/+1
* Added a fix to ANSI.py by Shane Kerr.noah2010-07-112-3/+15
* Made assert messages more informative.noah2007-12-291-5/+10
* I had to make a few tweaks to fix some broken tests. All tests pass at 82% co...noah2007-12-263-4/+8
* cleaned up fdpexpect a bit.noah2007-12-221-1/+2
* Mang... this is hard. And now two tests are failing. Super terrific...noah2007-12-213-9/+53
* Trying to add coverage for interact() methods.noah2007-12-2014-16/+261
* Adding waitnoecho and test functions.noah2007-12-192-0/+32
* 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