Run Pyrefly against numpy's typing tests
Describe the Bug
version 2.3.1
example of a test: https://github.com/numpy/numpy/blob/main/numpy/typing/tests/data/pass/arrayprint.py
there are 3 categories of tests:
- typing/tests/data/pass (should be green)
- typing/tests/data/reveal (relies on assert_type)
- typing/tests/data/fail (uses
type: ignorew/ mypy error codes)
the pass/reveal tests should be useable out of the box, we'll need a lookaside for the errors & re-generate that automatically, like we do for conformance.
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response
This issue has someone assigned, but has not had recent activity for more than 2 weeks.
If you are still working on this issue, please add a comment so everyone knows. Otherwise, please unassign yourself and allow someone else to take over.
Thank you for your contributions!
This was merged as an internal CI job