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

Fixed a few bugs in the conformance tests: #1585

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

erictraut
Copy link
Collaborator

  • Updated comments in protocols_explicit to clarify that error must be generated at class instantiation time rather than class declaration time. Updated pyright results to indicate that it does not pass this test.
  • Fixed a couple of bugs in the generics_typevartuple_specialization test that caused the test not to properly test what it was intended to test.
  • Added a missing test to the generics_typevartuple_callable test.
  • Fixed a bug in the generics_typevartuple_basic test that caused the test not to properly test what was intended.

* Updated comments in `protocols_explicit` to clarify that error must be generated at class instantiation time rather than class declaration time. Updated pyright results to indicate that it does not pass this test.
* Fixed a couple of bugs in the `generics_typevartuple_specialization` test that caused the test not to properly test what it was intended to test.
* Added a missing test to the `generics_typevartuple_callable` test.
* Fixed a bug in the `generics_typevartuple_basic` test that caused the test not to properly test what was intended.
@erictraut erictraut merged commit c077170 into python:main Jan 15, 2024
4 checks passed
@erictraut erictraut deleted the conformance_fixes branch January 15, 2024 00:46
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