Skip to content
  • Rafael Guterres Jeffman's avatar
    Fix compare_args_ipa when passing None as parameter. · c17e9fe2
    Rafael Guterres Jeffman authored
    There were no test for the arguments of compare_args_ipa() to check
    if they were `None`, and they were used in contexts where `None`
    would raise exceptions.
    
    A test was added to return `False` if only one of the parameters is
    `None`, and `True` if both are None.
    c17e9fe2
Loading