FelixTheC / strongtyping

Decorator which checks whether the function is called with the correct type of parameters.
https://pypi.org/project/strongtyping/
107 stars 3 forks source link

Integrate strongtyping_modules #46

Closed FelixTheC closed 3 years ago

FelixTheC commented 3 years ago

Integrate https://github.com/FelixTheC/strongtyping_modules so that the user doesn't have to run

from strongtyping_modules.install import install

install()

on his own

and create a separate test stage where this behavior will be tested