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
You could use self.assertCountEqual under Python 3 (see #40), or just replace it with explicit sorting and call the generic unittest method self.assertEqual instead?
The text was updated successfully, but these errors were encountered:
You could use
self.assertCountEqual
under Python 3 (see #40), or just replace it with explicit sorting and call the genericunittest
methodself.assertEqual
instead?The text was updated successfully, but these errors were encountered: