qentinelqi / qweb

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

75 add type checking #76

Closed turunenm closed 2 years ago

turunenm commented 2 years ago

Added typing to all keywords & methods This required refactoring here and there, mostly due to variable reassigments with different types

Added requirements_test.txt dependencies

Added mypy configs to setup.cfg Added type checking to GitHub Actions Added new duty typing

Disabled icon.robot acceptance-tests from macos

PR is massive, sorry about that 😬