[Pytest-commit] [pytest-dev/pytest] 37a526: unify cli verbosity handling

Bruno Oliveira nicoddemus at gmail.com
Tue Mar 13 16:38:43 EDT 2018


  Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: 37a52607c2f496340caea6936c3e24e9863b3558
      https://github.com/pytest-dev/pytest/commit/37a52607c2f496340caea6936c3e24e9863b3558
  Author: Ronny Pfannschmidt <opensource at ronnypfannschmidt.de>
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
    M _pytest/terminal.py
    A changelog/3296.feature
    A changelog/3296.trivial

  Log Message:
  -----------
  unify cli verbosity handling

based on https://github.com/pytest-dev/pytest/issues/3294#issuecomment-372190084

we really shouldnt have N options we post mortem hack together to determine verbosity
this change starts by unifying the data, we still need to handle deprecation/removal of config.quiet


  Commit: 4175ed8b431a4f54771ef41c6e0253a0733d13b4
      https://github.com/pytest-dev/pytest/commit/4175ed8b431a4f54771ef41c6e0253a0733d13b4
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
    M _pytest/terminal.py
    A changelog/3296.feature
    A changelog/3296.trivial

  Log Message:
  -----------
  Merge pull request #3296 from RonnyPfannschmidt/verbosity-actions

unify cli verbosity handling


Compare: https://github.com/pytest-dev/pytest/compare/f8791c9246ce...4175ed8b431a


More information about the pytest-commit mailing list