[pytest-dev] [Pytest-commit] commit/pytest: bubenkoff: add verbosity to the tests

holger krekel holger at merlinux.eu
Tue Mar 24 13:35:33 CET 2015


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, commits-noreply at bitbucket.org 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
> pytest-commit at python.org
> https://mail.python.org/mailman/listinfo/pytest-commit
> 

-- 
about me:    http://holgerkrekel.net/about-me/
contracting: http://merlinux.eu


More information about the pytest-dev mailing list