[py-svn] commit/pytest: hpk42: only run test_unittest.py for the twisted/trial config

Bitbucket commits-noreply at bitbucket.org
Wed Dec 28 18:44:05 CET 2011


1 new commit in pytest:


https://bitbucket.org/hpk42/pytest/changeset/e3065c26d6f5/
changeset:   e3065c26d6f5
user:        hpk42
date:        2011-12-28 18:43:56
summary:     only run test_unittest.py for the twisted/trial config
affected #:  1 file

diff -r 990861605126a337286674a2e4132907eaea8ceb -r e3065c26d6f5757e9516f8fcd69bb07844612c56 tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -33,7 +33,7 @@
      :pypi:pexpect
      py>=1.4.5.dev1
 commands=
-  py.test -rsxf \
+  py.test -rsxf testing/test_unittest.py \
         --junitxml={envlogdir}/junit-{envname}.xml {posargs:testing/test_unittest.py}
 [testenv:doctest]
 changedir=.

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list