Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to development environment and test runner. #38

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Jun 18, 2024

Fixes to development environment and test runner.

Due to a bug in how tests were discovered, not all tests were run by
default. This fixes test discovery to use pytest instead, ensuring
all unit tests actually run.

Additionally, updates the VSCode configuration to properly configure
the pyink formatter, adds a field specifier for dataclasses.field
to get correct type inference in pyright, and makes the canonical
alias public-API-walking logic more robust.

@copybara-service copybara-service bot force-pushed the test_644195253 branch 4 times, most recently from f38fb29 to 7be25f9 Compare June 20, 2024 19:26
Due to a bug in how tests were discovered, not all tests were run by
default. This fixes test discovery to use pytest instead, ensuring
all unit tests actually run.

Additionally, updates the VSCode configuration to properly configure
the pyink formatter, adds a field specifier for dataclasses.field
to get correct type inference in pyright, and makes the canonical
alias public-API-walking logic more robust.

PiperOrigin-RevId: 645120381
@copybara-service copybara-service bot merged commit e9ad07b into main Jun 20, 2024
@copybara-service copybara-service bot deleted the test_644195253 branch June 20, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant