[tests] Apply PEP8 linting#3124
Conversation
There was a problem hiding this comment.
Code Review
This pull request performs code formatting, whitespace cleanup, and simplifies boolean assertions across several test files. The review feedback highlights a few issues in the test files, including a copy-paste error in NestedTest.py where the parameter 'y' is incorrectly labeled as 'z', a docstring mismatch in PluginSubmitter.py where PluginSubmitterA1 is described as having a dynamic node size despite using a static one, and a minor typo in another docstring.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3124 +/- ##
===========================================
- Coverage 85.38% 85.38% -0.01%
===========================================
Files 73 73
Lines 11406 11404 -2
===========================================
- Hits 9739 9737 -2
Misses 1667 1667 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
afdd441 to
12c5640
Compare
Description
This PR applies PEP8 linting to the
testsmodule and fixes the following issues: