[py-svn] commit/pytest: hpk42: fix comment handling

Bitbucket commits-noreply at bitbucket.org
Tue Jun 12 13:41:36 CEST 2012


1 new commit in pytest:


https://bitbucket.org/hpk42/pytest/changeset/eabc28a991bb/
changeset:   eabc28a991bb
user:        hpk42
date:        2012-06-12 13:41:29
summary:     fix comment handling
affected #:  1 file

diff -r a6b5be9d280994ebb5eda37c38b3ff9c17963772 -r eabc28a991bb3675fb06c1a7318537338886fcc2 tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -71,7 +71,8 @@
 [pytest]
 minversion=2.0
 plugins=pytester
-addopts= -rxs #--pyargs --doctest-modules --ignore=.tox
+#--pyargs --doctest-modules --ignore=.tox
+addopts= -rxs 
 rsyncdirs=tox.ini pytest.py _pytest testing
 python_files=test_*.py *_test.py
 python_classes=Test Acceptance

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