mistral-dashboard/mistraldashboard/tasks
Ivan Kolodyazhny 9c19e28c21 s/assertItemsEqual/assertCountEqual/g
assertItemsEqual was renamed to assertCountEqual in Python 3, and the
testsuite is failing now - rename it.
See also https://six.readthedocs.io/#six.assertCountEqual

This unbreaks the testsuite.

Change-Id: I910c7f2b3eae107a8d8022366f738b006cf4831a
2020-01-20 18:38:54 +02:00
..
templates/tasks Task table - type column would refer to workflow executions accordingly 2017-01-03 09:42:59 +00:00
__init__.py Modify to use API v2 2014-09-15 14:57:59 +07:00
panel.py Removed unnecessary utf-8 encoding 2017-01-11 08:36:15 +05:30
tables.py Django 2.0 support 2018-05-15 06:14:48 +09:00
tests.py s/assertItemsEqual/assertCountEqual/g 2020-01-20 18:38:54 +02:00
urls.py Merge "Task table - type column would refer to workflow executions accordingly" 2017-01-24 10:48:22 +00:00
views.py Django 2.0 support 2018-05-15 06:14:48 +09:00