You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect many people find it that way. And the probablitly that the typing has been implemented and removed is high. It would be great to either:
a) leave a pointer in the file / folder on how to use the types. In this case "mock". Do they provide stubs in a separate package? Or some other method?
b) Have that info in the commit message removing them. Still requires searching all commits. But thats doable.
Thanks for your work!
The text was updated successfully, but these errors were encountered:
All removed stubs have either been integrated into typeshed and should be installable from PyPI or the packages are now typed upstream. The latter is true for pytest_mock, so for current pytest_mock versions, type stubs should be unnecessary.
I have come to this repo linked from here: python/typeshed#4263
I expect many people find it that way. And the probablitly that the typing has been implemented and removed is high. It would be great to either:
a) leave a pointer in the file / folder on how to use the types. In this case "mock". Do they provide stubs in a separate package? Or some other method?
b) Have that info in the commit message removing them. Still requires searching all commits. But thats doable.
Thanks for your work!
The text was updated successfully, but these errors were encountered: