Files
pytest2/changelog/4975.bugfix.rst
Daniel Hahler 23146e7527 Fix usages of "verbose" option
With `-qq` `bool(config.getoption("verbose"))` is True; it needs to be
checked for `> 0`.
2019-03-26 10:11:25 +01:00

2 lines
90 B
ReStructuredText

Fix the interpretation of ``-qq`` option where it was being considered as ``-v`` instead.