horizon/openstack_dashboard
chenaidong1 c2dc8fbe1c Use assertIsNone(...) instead of assertEqual(None, ...).
Ref£º   http://docs.openstack.org/developer/hacking/#real-world-import-order-examples

[H203] Use assertIs(Not)None to check for None (off by default) Unit test assertions
tend to give better messages for more specific assertions. As a result,
assertIsNone(...) is preferred over assertEqual(None, ...) and assertIs(None, ...),
and assertIsNotNone(...) is preferred over assertNotEqual(None, ...)
and assertIsNot(None, ...).

Change-Id: I84b3304cae4284bdbad7d093cb6fa1d3d303ee52
2017-05-04 10:25:47 +08:00
..
api Merge "Ensure log messages are not translated" 2017-04-27 22:39:12 +00:00
conf Update Horizon to use latest nova policy rules for validation 2017-03-13 13:43:02 +00:00
contrib hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
dashboards Merge "Strip blank lines from downloaded clouds.yaml file" 2017-05-02 23:36:18 +00:00
django_pyscss_fix Handle log message interpolation by the logger 2017-03-31 20:59:16 +09:00
enabled Reorganize Admin dashboard menus 2017-03-13 04:53:20 +00:00
local Merge "Include logging level to log message by default" 2017-05-02 23:26:16 +00:00
locale Imported Translations from Zanata 2017-04-30 08:58:42 +00:00
management hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
static Merge "Pre-populate image size on create volume from image modal" 2017-04-26 15:38:40 +00:00
templates Fix the legacy experience launch instance dialog can not open 2017-05-03 05:13:25 +08:00
templatetags Fix docstring warnings 2016-09-24 20:44:48 +09:00
test Use assertIsNone(...) instead of assertEqual(None, ...). 2017-05-04 10:25:47 +08:00
themes Horizon Spinner/Loader should inherit from theme 2017-04-21 11:15:52 -07:00
usage usage: Ensure to count resources of a given project 2017-04-13 09:40:15 +00:00
utils Horizon Spinner/Loader should inherit from theme 2017-04-21 11:15:52 -07:00
wsgi Normalise the path to resolve ../.. 2016-11-14 16:29:28 +11:00
__init__.py
.eslintrc Add selective ESLint rule activation for Horizon Legacy JS 2015-07-08 17:06:15 -07:00
context_processors.py Merge "Keystone to Keystone Federation Drop Down" 2017-01-25 23:10:07 +00:00
exceptions.py Excise Trove from Horizon 2015-12-22 02:01:07 -07:00
hooks.py
karma.conf.js Horizon Spinner/Loader should inherit from theme 2017-04-21 11:15:52 -07:00
policy.py Specify POLICY_CHECK_FUNCTION as a string 2016-11-25 13:06:14 +01:00
settings.py Add support for downloading clouds.yaml files 2017-04-06 17:16:55 +00:00
theme_settings.py Handle log message interpolation by the logger 2017-03-31 20:59:16 +09:00
urls.py hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
views.py Fix regression when identity panel is not registered. 2017-04-07 12:17:19 +01:00