Dan Kenigsberg has submitted this change and it was merged. Change subject: tests: use assertIn when applicable ......................................................................
tests: use assertIn when applicable On failure, assertIn(x, y) provides more tangible information than the plain assertTrue(x in y). Change-Id: Idf30dae017ba9e028b0adf00e1edab04c3b27c0d Signed-off-by: Dan Kenigsberg <[email protected]> Reviewed-on: http://gerrit.ovirt.org/23038 Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: Vinzenz Feenstra <[email protected]> Reviewed-by: Yaniv Bronhaim <[email protected]> --- M tests/apiTests.py M tests/functional/networkTests.py M tests/functional/virtTests.py M tests/fuserTests.py M tests/md_utils_tests.py M tests/mkimageTests.py M tests/tcTests.py M tests/utilsTests.py 8 files changed, 18 insertions(+), 21 deletions(-) Approvals: Yaniv Bronhaim: Looks good to me, but someone else must approve Vinzenz Feenstra: Looks good to me, but someone else must approve Dan Kenigsberg: Verified; Looks good to me, approved Francesco Romani: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/23038 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idf30dae017ba9e028b0adf00e1edab04c3b27c0d Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
