I want to assert that two Python dictionaries are equal (that means: equal amount of keys, and each mapping from key to value is equal; order is not important). A simple way
You can use numpy.testing.assert_equal
numpy.testing.assert_equal
http://docs.scipy.org/doc/numpy/reference/generated/numpy.testing.assert_equal.html