monasca-api/monasca_api
LiuNanke c082be5e8f 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.
Closes-Bug: #1268480

Change-Id: Iaf9e1a36581b14fded7885ad27e8e9c9409397fd
2016-01-11 14:22:12 +08:00
..
api Converted to the oslo libraries in pypi 2015-06-12 22:20:32 -06:00
common Merge "Allow spaces and apostrophes in dimension key/value" 2016-01-07 03:02:13 +00:00
expression_parser Allow spaces and apostrophes in dimension key/value 2015-11-25 11:05:12 -07:00
locale Updated for Falcon 0.2 and clean-up 2015-06-06 21:47:03 -06:00
middleware Fix typos 2015-09-16 11:25:31 +09:00
tests Replace assertTrue(isinstance()) with assertIsInstance() 2016-01-11 14:22:12 +08:00
v2 Merge "Fix a 500 error if the user submits an invalid period" 2016-01-08 02:57:46 +00:00
__init__.py Updated for Falcon 0.2 and clean-up 2015-06-06 21:47:03 -06:00