Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

test: Add basic structure tests for CodeAnalyzer#2290

Closed
chalmerlowe wants to merge 1 commit into
feat-adds-method-partialsfrom
test/analyzer-basic-structure
Closed

test: Add basic structure tests for CodeAnalyzer#2290
chalmerlowe wants to merge 1 commit into
feat-adds-method-partialsfrom
test/analyzer-basic-structure

Conversation

@chalmerlowe
Copy link
Copy Markdown
Collaborator

Adds unit tests to verify that the CodeAnalyzer correctly identifies class and method definitions in Python code.

  • Tests for single and multiple classes.
  • Tests for single and multiple methods within a class.
  • Tests for code with no classes.
  • Tests for classes with no methods.

Adds unit tests to verify that the CodeAnalyzer correctly identifies class and method definitions in Python code.

- Tests for single and multiple classes.
- Tests for single and multiple methods within a class.
- Tests for code with no classes.
- Tests for classes with no methods.

All new tests pass and the test file conforms to linting standards.
@chalmerlowe chalmerlowe requested review from a team and agrawal-siddharth and removed request for a team September 15, 2025 11:29
@product-auto-label product-auto-label Bot added the size: m Pull request size is medium. label Sep 15, 2025
@product-auto-label product-auto-label Bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Sep 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquery Issues related to the googleapis/python-bigquery API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants