horizon/openstack_dashboard/dashboards/identity
LiuNanke f96797a006 Replace assertTrue(isinstance()) with assertIsInstance()
Some of tests use different method of assertTrue(isinstance(A, B)) or
assertEqual(type(A), B). The correct way is to use assertIsInstance(A,
B) provided by testtools.

Change-Id: Ib44771be349f359376e35d7673192bc62805b1c2
Closes-Bug: #1268480
2015-12-31 00:05:14 +08:00
..
domains Adds button to disable more than one domain at a time 2015-09-12 12:37:49 +01:00
groups Drop Django 1.7 support 2015-11-16 11:55:38 +00:00
ngusers hz-page-header should allow string interpolations 2015-11-11 20:40:12 +00:00
projects Replace assertTrue(isinstance()) with assertIsInstance() 2015-12-31 00:05:14 +08:00
roles Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
static/dashboard/identity Adding tests for ng identity basePath constant 2015-12-01 17:44:10 +00:00
users Merge "Move Detail page styling into theme" 2015-12-09 00:12:40 +00:00
__init__.py Separating Identity Dashboard and using RBAC 2014-08-18 16:40:56 -06:00
dashboard.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00