Hi Anatoly, below, you directly changed the default for pytest to use verbose reporting. I disagree on it being the default as i almost never use verbose reporting expect in special cases where it is then easy enough to use "-v". So please revert.
We can think about integrating some "per-user" options which are stored in a home directory if you like. holger On Tue, Mar 24, 2015 at 10:51 -0000, [email protected] wrote: > 1 new commit in pytest: > > https://bitbucket.org/pytest-dev/pytest/commits/1146780cad2a/ > Changeset: 1146780cad2a > User: bubenkoff > Date: 2015-03-24 10:51:45+00:00 > Summary: add verbosity to the tests > Affected #: 1 file > > diff -r 9ad1ea7f3e905e6b89e613c30d17bd3c250e719f -r > 1146780cad2a517cfca1e39e451db677533ac4e3 tox.ini > --- a/tox.ini > +++ b/tox.ini > @@ -136,7 +136,7 @@ > minversion=2.0 > plugins=pytester > #--pyargs --doctest-modules --ignore=.tox > -addopts= -rxsX > +addopts= -rxsXvl > rsyncdirs=tox.ini pytest.py _pytest testing > python_files=test_*.py *_test.py testing/*/*.py > python_classes=Test Acceptance > > Repository URL: https://bitbucket.org/pytest-dev/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. > _______________________________________________ > pytest-commit mailing list > [email protected] > https://mail.python.org/mailman/listinfo/pytest-commit > -- about me: http://holgerkrekel.net/about-me/ contracting: http://merlinux.eu _______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
