hackebrot / pytest-md

Plugin for generating Markdown reports for pytest results 📝
MIT License
37 stars 6 forks source link

Add type annotations #9

Closed hackebrot closed 5 years ago

hackebrot commented 5 years ago

We already have mypy enabled in tox - now we only need type annotations for our plugin code 😀

ssd71 commented 5 years ago

I would like to work on this, where do I start?

hackebrot commented 5 years ago

Hi @ssd71! 👋

You can information on type annotations in the Python documentation. I suggest starting with the methods of the MarkdownPlugin class Make sure to check for type errors when adding annotations with tox -e mypy.

Alternatively you can try out MonkeyType and see if it works for pytest-md.

Thank you for looking into this! 📝