Skip to content

fix check arguments not none decorator for default values

Simon Mazenoux requested to merge fix_check_arguments_not_none into dev

The decorator was raising an exception with default values in the method headers, see the new written tests

Merge request reports