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.
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/7469is the main issue describing typing in pytest.