-
-
Notifications
You must be signed in to change notification settings - Fork 507
Update syndication Feed class #800
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
Conversation
Thank you for your help! |
a916490
to
fa5458a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Can you please add a simple test case for it?
Because this looks quite complex, we don't want to break it in the future.
fa5458a
to
7656d0b
Compare
Well, unfortunately the precise typing I was going with was not usable on a real subclass and I couldn't find a way to make it work. Seems like mypy doesn't appreciate How should I test it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any
is fine as is! Thanks!
Followup of #798