mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
improving logging during testing
This commit is contained in:
parent
d43a56ef62
commit
5ebdedde6a
1 changed files with 8 additions and 1 deletions
|
|
@ -291,7 +291,14 @@ class PypeCommands:
|
|||
folder = "../tests"
|
||||
|
||||
# disable warnings and show captured stdout even if success
|
||||
args = ["--disable-pytest-warnings", "-rP", folder]
|
||||
args = [
|
||||
"--disable-pytest-warnings",
|
||||
"--capture=sys",
|
||||
"--print",
|
||||
"-W ignore::DeprecationWarning",
|
||||
"-rP",
|
||||
folder
|
||||
]
|
||||
|
||||
if mark:
|
||||
args.extend(["-m", mark])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue