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
When not using the ordering feature (the prefix order__), the output order of the dictionary's elements depend on the interpreter. The tests are trusting that the default order is an alphabetical one.
When not using the ordering feature (the prefix
order__), the output order of the dictionary's elements depend on the interpreter. The tests are trusting that the default order is an alphabetical one.It must check that any possible order can occur.