pytest-dev / pytest-subtests

unittest subTest() support and subtests fixture
MIT License
205 stars 21 forks source link

Publish with `py.typed` #114

Closed edgarrmondragon closed 11 months ago

edgarrmondragon commented 11 months ago

https://peps.python.org/pep-0561/

nicoddemus commented 11 months ago

hI @edgarrmondragon,

Currently we don't use type annotations in this plugin. You want the types exported so you can type-annotate the subtests fixture?

edgarrmondragon commented 11 months ago

Hi @nicoddemus!

Currently we don't use type annotations in this plugin.

I see, didn't notice that! Would you be interested in a PR adding type annotations and a corresponding mypy check for this project?

You want the types exported so you can type-annotate the subtests fixture?

That's exactly right 😄

nicoddemus commented 11 months ago

Sure, would love to review a PR in that direction. 👍