help: display default verbosity
This commit is contained in:
parent
c9524af5ae
commit
ab245ccdc3
|
@ -66,7 +66,11 @@ def pytest_addoption(parser):
|
||||||
help="decrease verbosity.",
|
help="decrease verbosity.",
|
||||||
),
|
),
|
||||||
group._addoption(
|
group._addoption(
|
||||||
"--verbosity", dest="verbose", type=int, default=0, help="set verbosity"
|
"--verbosity",
|
||||||
|
dest="verbose",
|
||||||
|
type=int,
|
||||||
|
default=0,
|
||||||
|
help="set verbosity. Default is 0.",
|
||||||
)
|
)
|
||||||
group._addoption(
|
group._addoption(
|
||||||
"-r",
|
"-r",
|
||||||
|
|
Loading…
Reference in New Issue