You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling AsImmutable() on a sequence/container does not propagate the return_str_if_not_expected boolean parameter to the recursive calls of the function. That is, the second pytest.raises here fails (and the assertion passes):
Calling
AsImmutable()
on a sequence/container does not propagate thereturn_str_if_not_expected
boolean parameter to the recursive calls of the function. That is, the secondpytest.raises
here fails (and the assertion passes):The text was updated successfully, but these errors were encountered: