Skip to content

Commit

Permalink
Update tests/conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair authored Nov 13, 2024
1 parent 289cd9c commit 4804992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def mke_app_reset(request):
_CHECK_PROCESS_RETURN_CODE = os.name == "nt"

# set to true if you want to see all the subprocess stdout/stderr
_PRINT_SUBPROCESS_OUTPUT_TO_CONSOLE = True
_PRINT_SUBPROCESS_OUTPUT_TO_CONSOLE = False


@pytest.fixture()
Expand Down

0 comments on commit 4804992

Please sign in to comment.