This is a feature request.
It might be nice to get support for handling mypy-style .test files:
[case foo]
reveal_type(1 + 1) # N: Revealed type is "builtins.int"
[out]]
-- Comment
[case bar]
reveal_type(1 + 1)
[out]
main:2: note: Revealed type is "builtins.int"
This is a feature request.
It might be nice to get support for handling mypy-style
.testfiles: