Adam Litke has submitted this change and it was merged. Change subject: testlib: Rename __recording__ to __calls__ ......................................................................
testlib: Rename __recording__ to __calls__ This is more correct and more readable. Instance method calls are recorded in obj.__calls__, and class method calls in obj.__class_calls__. Change-Id: I334b01fb66f4460c5f1ee34b65c25057d6ed27d6 Signed-off-by: Nir Soffer <[email protected]> Reviewed-on: https://gerrit.ovirt.org/49962 Continuous-Integration: Jenkins CI Reviewed-by: Freddy Rolland <[email protected]> Reviewed-by: Adam Litke <[email protected]> --- M tests/sdm_indirection_tests.py M tests/testlib.py M tests/testlibTests.py M tests/vmTests.py 4 files changed, 28 insertions(+), 28 deletions(-) Approvals: Adam Litke: Looks good to me, approved Nir Soffer: Verified Jenkins CI: Passed CI tests Freddy Rolland: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/49962 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I334b01fb66f4460c5f1ee34b65c25057d6ed27d6 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Freddy Rolland <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
