We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From: #151
Looks like flatten_return, reversed_return and sorted_return don't do a good job of retaining type safety. It's not easy to write a test for this now.
flatten_return
reversed_return
sorted_return
Figure out how to easily write tests that demonstrate both positive and negative assertions about mypy checks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What was wrong?
From: #151
Looks like
flatten_return
,reversed_return
andsorted_return
don't do a good job of retaining type safety. It's not easy to write a test for this now.How can it be fixed?
Figure out how to easily write tests that demonstrate both positive and negative assertions about mypy checks.
The text was updated successfully, but these errors were encountered: