horizon/openstack_dashboard/dashboards/identity/projects
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
..
templates/projects Move Detail page styling into theme 2015-12-03 19:58:53 +00:00
__init__.py Separating Identity Dashboard and using RBAC 2014-08-18 16:40:56 -06:00
panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
tables.py Merge "Remove usage of user project caching" 2015-12-09 01:53:39 +00:00
tests.py Replace assertTrue(isinstance()) with assertIsInstance() 2015-12-31 00:05:14 +08:00
urls.py Create a "Identity Projects details" page 2015-01-30 10:55:21 -08:00
views.py Add breadcrumbs to final details pages 2015-11-15 20:15:37 +00:00
workflows.py Use "GiB" and "gibibyte" labels in volume panels 2015-12-11 07:28:42 -08:00