trove/integration/tests
Zhao Chao 3519434b5b Fix incorrect usage of assertTrue
Previously assertTrue is incorrectly used as assertEqual or
assertIsNotNone, this patch fixes. Some assertEqual around the changes
introduced by this patch are also updated to use the proper arguments
convention, from
    assertEqual(observed, expected)
to
    assertEqual(expected, observed)

Change-Id: If1d75a850594eff72b69e265a25505382e82022b
Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
2018-02-26 15:17:58 +08:00
..
examples For Python 3 Common patterns-six string 2017-11-12 22:37:02 -08:00
integration Fix incorrect usage of assertTrue 2018-02-26 15:17:58 +08:00