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

Added more type system conformance tests #1561

Merged
merged 9 commits into from
Jan 12, 2024

Conversation

erictraut
Copy link
Collaborator

  • Added conformance tests for @final decorator.
  • Added conformance tests for Final annotation.
  • Added conformance tests for @OverRide decorator.
  • Added conformance tests for "Type checker directives" section of spec.
  • Added conformance tests for @overload.
  • Added conformance tests for the "Special types in annotations" section of the typing spec.
  • Added conformance tests for the "Protocols" section of the type specification.
  • Added conformance tests for PEP 695 type parameter functionality.
  • Added conformance tests for TypeVarTuple.
  • Added conformance tests for ParamSpec.
  • Added conformance tests for "Variance" section of Generics chapter.

Added link to conformance results.

Improved error recovery and reporting for test tool if it cannot decode ".toml" file.

Updated pyright test results for latest version (1.1.344). Added tests for Annotated.

Added tests for `@final` decorator.
Added tests for `Final` annotation.
Updated pyright test results for latest version (1.1.344).
Added tests for Annotated.
Added tests for @OverRide decorator.
Added tests for "Type checker directives" section of spec.
Added minimal tests for `@overload`.
Added tests for the "Special types in annotations" section of the typing spec.
Added conformance tests for the "Protocols" section of the type specification.
Added tests for PEP 695 type parameter functionality.
Improved error recovery and reporting for test tool if it cannot decode ".toml" file.
Added conformance tests for TypeVarTuple.
Added conformance tests for ParamSpec.
Added tests for "Variance" section of Generics chapter.
Copy link
Collaborator

@hauntsaninja hauntsaninja left a comment

Choose a reason for hiding this comment

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

Looks good, but haven't yet looked at TypeVarTuple stuff

@hauntsaninja hauntsaninja merged commit 0936f4d into python:main Jan 12, 2024
3 checks passed
@erictraut erictraut deleted the conformance-test-part3 branch April 14, 2024 05:34
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