fix comment handling
This commit is contained in:
parent
b008e489ba
commit
63eacd9dd5
3
tox.ini
3
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue