I changed asserts with more specific assert methods. e.g.: from assertTrue(x in y) to assertIn(x, y). The code gets more readable, and a better description will be shown on fail Change-Id: Ic20fbff8a7bb2e870c1609d4fa6e6255eabbeced
9.7 KiB
9.7 KiB