add api testing #14
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ class Runner:
|
|||
# command_arguments.append("on")
|
||||
|
||||
# Disable capturing. With -s set, prints will go to console as if pytest is not there.
|
||||
if os.environ["PWDEBUG"] == "1":
|
||||
if os.environ.get("PWDEBUG") == "1":
|
||||
command_arguments.append("-s")
|
||||
|
||||
# headed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue