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
testtools.assertEquals(set1, set2) will display both sets in full. However unittest.assertSetEquals() displays a nice diff. testtools.assertEquals() should either pass through to unittest.assertSetEquals(), or print its own nice diff.
testtools.assertEquals(set1, set2) will display both sets in full. However unittest.assertSetEquals() displays a nice diff. testtools.assertEquals() should either pass through to unittest.assertSetEquals(), or print its own nice diff.