kevinw66 opened a new pull request, #12041: URL: https://github.com/apache/gravitino/pull/12041
### What changes were proposed in this pull request? Add the missing Python package markers under the API unit test directories so that `unittest` can discover and execute those tests. Also fix a pylint issue exposed after the API tests are included in the default test run. ### Why are the changes needed? Without the package markers, Python's unittest discovery does not recurse into the API test directories, causing existing API unit tests to be skipped. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? The Python client formatting, lint, and unit test checks passed. The default unit test task now discovers and runs the API unit tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
