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
It would be super cool if we could enforce that all hook implementations follow the types of the hook specifications. Here are some hints how to accomplish it:
Is your feature request related to a problem?
#160 added rudimentary typing to the package.
What is still missing are public types which can be used in plugins and other code to validate functions.
Describe the solution you'd like
Add types to the public interface. Here is a list of published types:
Additional context
https://github.com/pytest-dev/pytest/issues/7469
is the main issue describing typing in pytest.The text was updated successfully, but these errors were encountered: