box / flaky

Plugin for nose or pytest that automatically reruns flaky tests.
Apache License 2.0
377 stars 60 forks source link

Add type hints #170

Open Greyvend opened 3 years ago

Greyvend commented 3 years ago

When running mypy on the code that uses flaky, you get:

Skipping analyzing 'flaky': found module but no type hints or library stubs

Here is how it can be fixed.

ssbarnea commented 3 years ago

Untyped decorator makes function "test_prerun_reqs_v1" untyped

Can we please add type hints to flaky? Its a shame not to have type hints for a QA tool ;)