2010-07-05 21:55:21 +08:00
|
|
|
[tox]
|
|
|
|
distshare={homedir}/.tox/distshare
|
2010-11-07 23:10:22 +08:00
|
|
|
envlist=py26,py27,py31,py32,py27-xdist,py25,py24
|
2010-10-21 03:01:01 +08:00
|
|
|
indexserver=
|
|
|
|
default http://pypi.testrun.org
|
|
|
|
pypi http://pypi.python.org/simple
|
2010-07-05 21:55:21 +08:00
|
|
|
|
2010-07-02 21:26:03 +08:00
|
|
|
[testenv]
|
2010-07-29 17:22:16 +08:00
|
|
|
changedir=testing
|
2010-10-16 02:35:21 +08:00
|
|
|
commands= py.test -rfsxX --junitxml={envlogdir}/junit-{envname}.xml []
|
2010-07-30 21:05:24 +08:00
|
|
|
deps=
|
2010-10-21 03:01:01 +08:00
|
|
|
pypi pexpect
|
|
|
|
pypi nose
|
2010-10-10 19:48:49 +08:00
|
|
|
|
2010-10-26 16:09:41 +08:00
|
|
|
[testenv:genscript]
|
|
|
|
changedir=.
|
|
|
|
commands= py.test --genscript=pytest1
|
|
|
|
deps=pylib
|
|
|
|
|
2010-07-07 18:41:15 +08:00
|
|
|
[testenv:py27-xdist]
|
|
|
|
basepython=python2.7
|
2010-10-21 22:10:46 +08:00
|
|
|
deps=pytest-xdist
|
2010-07-07 18:41:15 +08:00
|
|
|
commands=
|
2010-07-29 17:22:16 +08:00
|
|
|
py.test -n3 -rfsxX \
|
2010-09-28 21:58:23 +08:00
|
|
|
--junitxml={envlogdir}/junit-{envname}.xml []
|
2010-07-07 18:41:15 +08:00
|
|
|
|
2010-07-04 19:56:03 +08:00
|
|
|
[testenv:doc]
|
|
|
|
basepython=python
|
2010-10-12 16:59:04 +08:00
|
|
|
changedir=doc
|
2010-10-21 22:10:46 +08:00
|
|
|
deps=pypi sphinx
|
|
|
|
pytest
|
2010-07-30 21:05:24 +08:00
|
|
|
|
2010-07-29 17:22:16 +08:00
|
|
|
commands=
|
2010-10-12 16:59:04 +08:00
|
|
|
make html
|
2010-10-10 19:48:49 +08:00
|
|
|
|
2010-07-01 23:59:35 +08:00
|
|
|
[testenv:py31]
|
2010-10-21 03:08:21 +08:00
|
|
|
deps=pylib
|
2010-10-10 19:48:49 +08:00
|
|
|
|
2010-09-28 23:37:20 +08:00
|
|
|
[testenv:py32]
|
2010-10-21 03:08:21 +08:00
|
|
|
deps=pylib
|
2010-10-16 02:35:21 +08:00
|
|
|
|
|
|
|
[testenv:pypy]
|
|
|
|
basepython=pypy-c
|
2010-10-10 19:48:49 +08:00
|
|
|
|
2010-07-02 01:43:46 +08:00
|
|
|
[testenv:jython]
|
2010-07-02 01:46:22 +08:00
|
|
|
changedir=testing
|
2010-07-03 20:29:43 +08:00
|
|
|
commands=
|
2010-10-21 04:10:35 +08:00
|
|
|
{envpython} {envbindir}/py.test-jython --no-tools-on-path \
|
2010-10-16 03:12:06 +08:00
|
|
|
-rfsxX --junitxml={envlogdir}/junit-{envname}2.xml [acceptance_test.py plugin]
|
2010-10-28 01:35:27 +08:00
|
|
|
|
|
|
|
[pytest]
|
|
|
|
minversion=2.0
|
2010-11-01 00:41:58 +08:00
|
|
|
plugins=pytester
|
2010-11-07 06:45:48 +08:00
|
|
|
addopts=-rfx --pyargs
|
2010-11-06 16:58:04 +08:00
|
|
|
rsyncdirs=pytest testing
|
2010-11-07 06:45:48 +08:00
|
|
|
|