52d9c52723
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: Ib8dec9d44ce66b1b7ff1486a234fae73d29f23ff |
||
---|---|---|
.. | ||
generator | ||
__init__.py |