Showing file path also needs to respect verbosity
This commit is contained in:
parent
629f165045
commit
44bab5e0bc
|
@ -414,7 +414,7 @@ class TerminalReporter:
|
||||||
@property
|
@property
|
||||||
def showfspath(self) -> bool:
|
def showfspath(self) -> bool:
|
||||||
if self._showfspath is None:
|
if self._showfspath is None:
|
||||||
return self.verbosity >= 0
|
return self.config.get_verbosity(Config.VERBOSITY_TEST_CASES) >= 0
|
||||||
return self._showfspath
|
return self._showfspath
|
||||||
|
|
||||||
@showfspath.setter
|
@showfspath.setter
|
||||||
|
|
Loading…
Reference in New Issue