6 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
21663e507e Add the unit test for workbooks detail
Change-Id: Idd8a862f396d8edcf26a7e4ba066946ec5f80aa3
2019-06-21 10:37:17 +08:00
pengyuesheng
8dab9d1c34 fix the Bug of test in workbooks panel
Change-Id: I7282eb58da3fab8361674715ade8361416101dea
2019-06-17 11:16:10 +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
91fd3a47bd Add unit tests for workbooks
Partially implements blueprint mistral-dashboard-ut

Change-Id: I0997cbef51d9a014b9d620eb12d1e00295e8a943
2015-08-14 15:35:44 +08:00