Skip to content

fix: remove accidental debug print(ok) from run_suite_class#1005

Open
devimano2011 wants to merge 1 commit intogoogle:masterfrom
devimano2011:fix/remove-debug-print-in-suite-runner
Open

fix: remove accidental debug print(ok) from run_suite_class#1005
devimano2011 wants to merge 1 commit intogoogle:masterfrom
devimano2011:fix/remove-debug-print-in-suite-runner

Conversation

@devimano2011
Copy link
Copy Markdown

Related to #950

In run_suite_class() in suite_runner.py, there is an accidental debug print(ok) statement at line 369 that prints True or False to the console after every test run.

This was reported in issue #950 where the user noticed the output:

Test results: Error 0, Executed 3, Failed 0, Passed 3, Requested 3, Skipped 0
True

The True on the last line is from print(ok) and should not be there. This PR removes it.

Remove print statement for test result status.
@google-cla
Copy link
Copy Markdown

google-cla Bot commented Apr 30, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant