{{{#!python
self.assertCountEqual(items, values, msg=msg)
}}}
Using data from current test it will output:
{{{
Element counts were not equal:
First has 0, Second has 1: 'Extra Person'
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33609>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.