mistral-dashboard/mistraldashboard/workflows
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/workflows Unified button style on Execute form in workflow panel 2019-05-27 15:26:42 +08:00
__init__.py Modify to use API v2 2014-09-15 14:57:59 +07:00
forms.py Remove six usage 2020-01-11 16:42:13 +01:00
panel.py Removed unnecessary utf-8 encoding 2017-01-11 08:36:15 +05:30
tables.py Workflow list - added missing fields 2016-12-20 12:12:23 +00:00
tests.py s/assertItemsEqual/assertCountEqual/g 2020-01-20 18:38:54 +02:00
urls.py Removed unnecessary utf-8 encoding 2017-01-11 08:36:15 +05:30
views.py Unified button style on Execute form in workflow panel 2019-05-27 15:26:42 +08:00