-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
test.todo should allow and ignore implementation function #10100
Comments
I've also thought about this a couple of times when |
I'm currently in the position where I want to test something that partly depends on the implementation of another package. However, the other package has some inconsistencies that are meaning its hard to write the test. I don't want to throw away what I have written, as intend to keep an eye on it to come back to at some point. The alternatives that I see are to use:
|
This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 14 days. |
@samgladstone I think that use case is better covered by a If you're interested, please write up a feature request for that - I think the current behaviour of |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
🚀 Feature Proposal
I was hoping to reopen the discussion about whether
test.todo
should ignore a passed in function for the second parameter rather than throwing an error.This was discussed in original issue, but it seemed to peter out.
Motivation
I see two reasons why this could be helpful:
Example
Pitch
This is an extension existing functionality.
The text was updated successfully, but these errors were encountered: