qentinelqi / qweb

Keyword driven automation for the web
https://github.com/qentinelqi/qweb
Apache License 2.0
39 stars 17 forks source link

Add type checking #75

Closed turunenm closed 2 years ago

turunenm commented 2 years ago

Is your feature request related to a problem? Please describe. At the moment figuring out some keyword/method inputs/output types requires the deducing types from the source code. This is tedious and error prone.

Describe the solution you'd like Add typing to all method/keyword definitions and check the types statically with mypy on commit