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
The docs of assert_equal and assert_array_equal point to each other but do not mention the rather subtle differences between the two functions. So far, the only difference I've seen is that assert_equal will consider a scalar equal to a singleton array containing that scalar (which matches a precise reading of the docs) but I may or may not be missing something.
In any case a clarification in the docs would be appreciated.