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

[stubtest] Test NamedTuple definitions with default fields #15774

Merged
merged 3 commits into from
Jul 29, 2023

Conversation

sobolevn
Copy link
Member

This is a test case for #15680 from stubtest's point of view.

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might also be worth adding some tests where the runtime uses collections.namedtuple (but the stub uses typing.NamedTuple), while we're here? You generally only create stubs for a package if that package doesn't have type annotations, so it's more common with code stubtest is running on for the runtime to be using collections.namedtuple

@sobolevn
Copy link
Member Author

More stubtest tests with NamedTuple are welcome! 👍

@sobolevn sobolevn merged commit 14efdf2 into master Jul 29, 2023
12 checks passed
@sobolevn sobolevn deleted the stubtest-test-namedtuple-with-defaults branch July 29, 2023 11:47
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.

2 participants