Skip to content

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

Merged
xpconanfan merged 1 commit intogoogle:masterfrom
devimano2011:fix/remove-debug-print-ok-1005
May 2, 2026
Merged

fix: remove accidental debug print(ok) from run_suite_class (fixes #1005)#1007
xpconanfan merged 1 commit intogoogle:masterfrom
devimano2011:fix/remove-debug-print-ok-1005

Conversation

@devimano2011
Copy link
Copy Markdown
Contributor

Fixes #1005

Problem

There is an accidental debug print(ok) statement at line 369 of suite_runner.py that prints True or False to stdout after every test run.

Users see unexpected output like:

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.

Fix

Remove the print(ok) debug statement from run_suite_class().

@xpconanfan xpconanfan self-requested a review May 2, 2026 17:23
@xpconanfan xpconanfan added the docs label May 2, 2026
@xpconanfan xpconanfan added this to the Mobly Release 1.13.1 milestone May 2, 2026
@xpconanfan xpconanfan merged commit 8554b0e into google:master May 2, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants