adam-christian-software commented on code in PR #51: URL: https://github.com/apache/polaris-tools/pull/51#discussion_r2543354204
########## mcp-server/tests/test_catalog_role_tool.py: ########## @@ -0,0 +1,54 @@ +"""Unit tests for ``polaris_mcp.tools.catalog_role``.""" Review Comment: Missing the license header here. Do we have a Git issue for auto-checking the license? ########## mcp-server/tests/test_principal_role_tool.py: ########## @@ -0,0 +1,43 @@ +"""Unit tests for ``polaris_mcp.tools.principal_role``.""" Review Comment: Missing header ########## mcp-server/tests/test_policy_tool.py: ########## @@ -0,0 +1,40 @@ +"""Unit tests for ``polaris_mcp.tools.policy``.""" Review Comment: Missing header ########## mcp-server/tests/test_catalog_tool.py: ########## @@ -0,0 +1,57 @@ +"""Unit tests for ``polaris_mcp.tools.catalog``.""" Review Comment: Missing header ########## mcp-server/tests/test_principal_tool.py: ########## @@ -0,0 +1,45 @@ +"""Unit tests for ``polaris_mcp.tools.principal``.""" Review Comment: Missing header -- 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]
