monitorstack/tests
Van Hung Pham 6b20f17624 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: Ieb99417a4522f803e15547a9c7f6d781b6142678
2017-06-08 02:10:06 +07:00
..
int refactor testing directory layout 2017-05-31 21:11:29 -05:00
unit Replace assertTrue(isinstance()) with assertIsInstance() 2017-06-08 02:10:06 +07:00
__init__.py refactor testing directory layout 2017-05-31 21:11:29 -05:00