WhiteMemory99 / Intellij-Python-Inlay-Params

A PyCharm plugin that implements inlay parameter and type annotation hints for Python.
https://plugins.jetbrains.com/plugin/19538
MIT License
36 stars 5 forks source link

Implement type hints tests #25

Closed WhiteMemory99 closed 1 year ago

WhiteMemory99 commented 1 year ago

To dive deeper into the type hints and refactor their code as we need, tests have become essential. This PR implements them.

Progress