>> We need to use the TestCase method that checks for items without respect >> to order. > > self.assertEqual(sorted(a), sorted(b)) I wanted to avoid that. I’m sure one of the new TestCase methods checks for “same items”. Regards