pytest-dev / pytest

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
https://pytest.org
MIT License
11.93k stars 2.65k forks source link

Add dedicated page about using types with pytest #12842

Open nicoddemus opened 5 days ago

nicoddemus commented 5 days ago

As follow up to https://github.com/pytest-dev/pytest/discussions/9947, add a dedicated page describing how to use types with pytest: how to type tests, fixtures, etc.

okken commented 5 days ago

This would be good. I’m on a project trying to use fixture types and it’s not obvious how to get those types.