7 Commits

Author SHA1 Message Date
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
pengyuesheng
e0a972f70e Add the unit test for workflows detail
Change-Id: I45eafaed7053444314cb1dc99de4fd903698c217
2019-06-21 10:42:47 +08:00
pengyuesheng
6726cee3b3 fix the Bug of test in workflows panel
Change-Id: Icc99fb89c2b500bd3ce6fce1c610bacd5599abc6
2019-06-17 14:06:55 +08:00
Akihiro Motoki
3ae1e8aae3 Django 2.0 support
Replace django.core.urlresolves with django.urls

(In Django 2.0) The django.core.urlresolvers module is removed
in favor of its new location, django.urls.
It was deprecated in Django 1.10:
https://docs.djangoproject.com/en/2.0/releases/1.10/#id3

Add py35dj20 job to test Django 2.0 integration.

Change-Id: I6d2e38201387012ba9a02c4b0bd8377895a5919a
2018-05-15 06:14:48 +09:00
Anastasia Kuznetsova
19761bfa60 Fix gate-mistral-dashboard-python34
Fixed a lot of AttributeError: 'module' object has no attribute 'nested'
and F821 undefined name 'unicode' errors.

Change-Id: I79e73e27608ec6b76fd4ccf0ee9dcaf2ddf965ed
Closes-Bug: #1544499
2016-02-16 11:15:59 +03:00
Zhenguo Niu
1852a48472 Add 'update' and 'delete' unit tests for workflows
Partially implements blueprint mistral-dashboard-ut

Change-Id: I2e167e48f1d825610bcf15df1dcd7a47d516df57
2015-08-11 10:58:45 +08:00
Zhenguo Niu
d6bddedad0 Add 'index' and 'create' unit tests for workflows
Partially implements blueprint mistral-dashboard-ut

Change-Id: I3ff0cd8958edf1f50d4da10c51aae8bac652b2b5
2015-08-10 17:59:44 +08:00