fix comment handling

This commit is contained in:
holger krekel 2012-06-12 13:41:29 +02:00
parent b008e489ba
commit 63eacd9dd5
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ commands=
[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