| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mkvirtualenv may exit 1 when on success !?bugfix-virtualenv | Jeff Quast | 2015-04-24 | 1 | -1/+2 |
| | | |||||
| * | Merge remote-tracking branch 'origin/freebsd-support' into bugfix-virtualenv | Jeff Quast | 2015-04-24 | 2 | -2/+7 |
| |\ | |||||
| | * | FreeBSD: Document magic max canon value of 1920 | Jeff Quast | 2015-02-22 | 1 | -1/+2 |
| | | | |||||
| | * | FreeBSD: catch 'ValueError: signal number out of range'_is_solaris-badval | Jeff Quast | 2015-02-21 | 1 | -1/+5 |
| | | | | | | | | | | | | | The ./tools/display-sighandlers.py script is only used for debugging build issues. On FreeBSD, some signal numbers are "out of range" that are reported by the 'signal' module. | ||||
| * | | Always re-create virtualenv. | Jeff Quast | 2015-04-24 | 1 | -1/+2 |
| |/ | | | | | In the case of osx.pexpect.org, a 'brew upgrade' was run, which updated the system python and screwed up re-using the existing | ||||
| * | Comment on the cause for 'group executable' == noissue-104-cannot-exec-setuids | Jeff Quast | 2014-12-19 | 1 | -1/+1 |
| | | |||||
| * | uninstall ptyprocess before install in runtests.sh | Jeff Quast | 2014-12-18 | 1 | -0/+1 |
| | | |||||
| * | export LANG=en_US.UTF-8 in teamcity-runtests.sh | Jeff Quast | 2014-11-27 | 1 | -0/+2 |
| | | |||||
| * | move locale display before try-clause for non-ttys | Jeff Quast | 2014-11-27 | 1 | -1/+1 |
| | | |||||
| * | Display locale in tools/display-terminalinfo.py | Jeff Quast | 2014-11-27 | 1 | -0/+4 |
| | | |||||
| * | export PYTHONIOENCODING=UTF8 in test runner | Jeff Quast | 2014-11-27 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #151 from pexpect/teamcity-coverage-support | Thomas Kluyver | 2014-11-25 | 2 | -3/+31 |
| |\ | | | | | Teamcity coverage support | ||||
| | * | Fix TeamCity Service Messages, 'key', not '<key>'teamcity-coverage-support | Jeff Quast | 2014-11-24 | 1 | -2/+2 |
| | | | |||||
| | * | Fix quoting of TeamCity Service Message | Jeff Quast | 2014-11-24 | 1 | -1/+1 |
| | | | |||||
| | * | Fix awk: redirect in coverage_file | Jeff Quast | 2014-11-24 | 1 | -2/+2 |
| | | | |||||
| | * | Fix TeamCity Service Message quoting | Jeff Quast | 2014-11-24 | 1 | -4/+4 |
| | | | |||||
| | * | Allow teamcity to track coverage for builds | Jeff Quast | 2014-11-24 | 2 | -3/+31 |
| | | | | | | | | | | | | | | | We'll still use coveralls.io, though! This just makes it so that TeamCity is aware of change of code coverage when viewing build results. | ||||
| * | | More non-TTY support for display-terminalinfo.py | Jeff Quast | 2014-11-24 | 1 | -3/+4 |
| | | | |||||
| * | | TeamCity build agents, however, are not TTY's | Jeff Quast | 2014-11-24 | 1 | -15/+20 |
| | | | |||||
| * | | py3 compatibility for display-terminalinfo.py | Jeff Quast | 2014-11-24 | 1 | -6/+5 |
| | | | |||||
| * | | Fix failing tests, on OSX at least. Pushing .. | Jeff Quast | 2014-11-24 | 1 | -0/+200 |
| |/ | |||||
| * | spellfix of 'exit' | Jeff Quast | 2014-11-24 | 1 | -1/+1 |
| | | |||||
| * | exit 0 for for runtests, #test failures dominate | Jeff Quast | 2014-11-23 | 1 | -2/+9 |
| | | |||||
| * | Allow coverage to report even on failing tests | Jeff Quast | 2014-11-23 | 1 | -1/+4 |
| | | | | | | | This prevents the obscure "artifact dependencies could not be resolved" message in TeamCity and is favored by the more appropriate "such and such tests failed". | ||||
| * | Resolve pip --upgrade command | Jeff Quast | 2014-11-23 | 1 | -1/+1 |
| | | | | | Double requirement given: pytest (already in pytest, name='pytest') | ||||
| * | Install pytest & friends to virtualenv | Jeff Quast | 2014-11-23 | 1 | -3/+5 |
| | | |||||
| * | Fixes and error detection for runtests.sh | Jeff Quast | 2014-11-23 | 1 | -7/+10 |
| | | |||||
| * | Introduce script to display all signal handlers | Jeff Quast | 2014-11-23 | 1 | -0/+20 |
| | | | | | | | | | Having a strange issue that only occurs on teamcity agents, but not from a local shell. I suspect it may have to do with isatty() or the build agent "launcher" which monitors and restarts the agent should it disappear. | ||||
| * | Delete unused files from tools/ | Jeff Quast | 2014-11-23 | 8 | -480/+0 |
| | | | | | | | | | | | Many are related to sourceforge (websync, sfupload), or related to documentation building (we use readthedocs), noah's dotfiles are also in here (256K), or contain NameError (pyed). This leaves getkey and step, which do not seem terribly useful to include in the pexpect archive. | ||||
| * | Provide test-runner for teamcity | Jeff Quast | 2014-11-23 | 1 | -0/+41 |
| | | |||||
| * | Remove ancient script for testing on Sourceforge compile farm (long since gone) | Thomas Kluyver | 2014-06-01 | 1 | -71/+0 |
| | | |||||
| * | Remove old test runner machinery | Thomas Kluyver | 2014-06-01 | 1 | -89/+0 |
| | | |||||
| * | remove all unnecessary imports | jquast | 2014-06-01 | 4 | -11/+6 |
| | | |||||
| * | Don't run performance tests on Travis | Thomas Kluyver | 2013-09-25 | 1 | -0/+6 |
| | | |||||
| * | Improvements to test framework | Thomas Kluyver | 2013-09-25 | 1 | -1/+1 |
| | | |||||
| * | Don't use six for tests | Thomas Kluyver | 2013-09-23 | 1 | -2/+3 |
| | | |||||
| * | use print_ from six.py for py2.5 compatibility | jquast | 2013-09-22 | 1 | -3/+3 |
| | | |||||
| * | display python interpreter version in testall.py | jquast | 2013-09-22 | 1 | -1/+3 |
| | | |||||
| * | Python 3 support in test_winsize | Thomas Kluyver | 2013-09-18 | 1 | -4/+6 |
| | | |||||
| * | Moved everything up one directory level. | Noah Spurrier | 2012-10-26 | 10 | -0/+634 |
