summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make a modified copy of os.environ for interact testsinteract-does-not-detect-eofThomas Kluyver2014-06-151-13/+11
* For python3, exceptions should use "as err", not ", err"jquast2014-06-151-2/+2
* python3.2 accommodationsjquast2014-06-151-4/+4
* Document and detect EOF condition in interact()jquast2014-06-152-26/+18
* Improve EOF through test -> interact -> echo_promptjquast2014-06-154-38/+65
* Merge pull request #70 from pexpect/more-exacting-whichThomas Kluyver2014-06-103-81/+235
|\
| * Make execute permission check more explicitmore-exacting-whichThomas Kluyver2014-06-101-4/+11
| * Provide new 'is_exe' function used by 'which'jquast2014-06-071-5/+38
| * Expand on tests/test_which.pyjquast2014-06-071-33/+141
| * Separate which tests into test_which.pyjquast2014-06-072-76/+82
* | Merge pull request #71 from pexpect/replwrap-test-fixesThomas Kluyver2014-06-102-11/+29
|\ \
| * | Minor fixes for replwrap testsreplwrap-test-fixesThomas Kluyver2014-06-101-3/+1
| * | syntaxerr: missing r'literal' for unset PS1jquast2014-06-081-1/+1
| * | Fixing various prompt issues with bash ReplWrapperjquast2014-06-072-11/+31
| |/
* | PR #66: TypeError thrown by spawnu.readline()jquast2014-06-084-2/+24
|/
* Tests for wrapping Python shellThomas Kluyver2014-06-041-1/+27
* Some more test coverage for fdpexpectThomas Kluyver2014-06-042-21/+9
* Mark a few unsupported code paths as not needed for test coverageThomas Kluyver2014-06-041-7/+7
* Test escaping interact modeThomas Kluyver2014-06-042-0/+3
* Add another test for ANSI terminal emulationThomas Kluyver2014-06-041-0/+11
* Remove pexpect.psh - it was undocumented and seemingly unusedThomas Kluyver2014-06-043-164/+5
* Merge pull request #63 from takluyver/use-pytestThomas Kluyver2014-06-0246-376/+67
|\
| * Allow subprocess tests to import pexpectThomas Kluyver2014-06-012-3/+9
| * Use no_coverage_env() in some more testsThomas Kluyver2014-06-014-9/+12
| * Don't install into virtualenv in Travis - test local copyThomas Kluyver2014-06-011-1/+0
| * Ignore coverage env var if not setThomas Kluyver2014-06-011-1/+1
| * Skip performance tests on PyPyThomas Kluyver2014-06-011-0/+3
| * Don't try to measure coverage in some Python subprocessesThomas Kluyver2014-06-011-3/+8
| * Remove 'make test' targetThomas Kluyver2014-06-011-2/+0
| * Remove ancient script for testing on Sourceforge compile farm (long since gone)Thomas Kluyver2014-06-011-71/+0
| * Remove old test runner machineryThomas Kluyver2014-06-012-117/+0
| * Update DEVELOPERS fileThomas Kluyver2014-06-013-53/+13
| * Use py.test on TravisThomas Kluyver2014-06-011-4/+2
| * Fix imports in tests for Python 3Thomas Kluyver2014-06-0121-21/+22
| * Don't rely on environment variable set in test.envThomas Kluyver2014-06-011-3/+3
| * Rename platform checks so py.test doesn't try to run themThomas Kluyver2014-06-016-0/+0
| * Move (/remove) platform_tests folder which doesn't contain real testsThomas Kluyver2014-06-0113-96/+2
* | Merge pull request #46 from a-tal/masterJeff Quast2014-06-011-2/+0
|\ \ | |/ |/|
| * removes excepted raisea-tal2014-04-031-2/+0
* | Merge pull request #62 from pexpect/pull-37-try-3Jeff Quast2014-06-0126-54/+121
|\ \
| * | rewrite historyjquast2014-06-011-4/+1
| * | remove all unnecessary importsjquast2014-06-0123-46/+45
| * | folders should not be returned by pexpect.which()jquast2014-06-014-9/+80
|/ /
* | Merge pull request #51 from takluyver/replwrapThomas Kluyver2014-05-315-3/+167
|\ \
| * | Use bash for testing replwrap, avoiding PyPy's different REPLThomas Kluyver2014-05-312-16/+16
| * | Try fixing Travis test runsThomas Kluyver2014-05-181-2/+2
| * | Use explicit positional string formatting for Python 2.6Thomas Kluyver2014-05-182-3/+3
| * | Update replwrap docsThomas Kluyver2014-05-182-2/+8
| * | Format the new prompts into the prompt change command, simplifying instantiat...Thomas Kluyver2014-05-181-6/+5
| * | Fix another unicode literal for Python 3.2Thomas Kluyver2014-05-181-1/+1