Prepend hook name to each output line

This commit is contained in:
elagil 2022-03-13 11:51:35 +01:00
parent d525928665
commit 8861b85dae
4 changed files with 15 additions and 2 deletions

View file

@ -1005,6 +1005,7 @@ def test_manifest_hooks(tempdir_factory, store):
types_or=[],
verbose=False,
fail_fast=False,
prepend_name=False,
)