wolever / parameterized

Parameterized testing with any Python test framework
Other
839 stars 105 forks source link

Add type hints or type stubs #36

Closed smessmer closed 7 years ago

smessmer commented 8 years ago

Could you add type hints or type stubs (PEP484) to nose-parameterized?

wolever commented 8 years ago

Hey,

I'm not opposed to adding type hints, but it would need to be done in a Python 2 compatible way. If you want to propose something I'd be happy to give you feedback!

wolever commented 7 years ago

Closing this issue out for now. Please feel free to re-open if you've got a proposal!