Dan Kenigsberg has submitted this change and it was merged. Change subject: test: Introduce mock module for testing ......................................................................
test: Introduce mock module for testing Mock is part of py3 std lib (under unittest package) with enhanced functionality to support mocking in tests. For py2, the python-mock package is used. This reverts commit 8d36d28fbf16407601ace73e97fef19f114553ad Bug-Url: https://bugzilla.redhat.com/1364081 Change-Id: I72edd0a9388f11d905cfbd7d2fac5a95e1212cea Signed-off-by: Edward Haas <[email protected]> Reviewed-on: https://gerrit.ovirt.org/59797 Reviewed-by: Piotr Kliczewski <[email protected]> Continuous-Integration: Jenkins CI Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: Nir Soffer <[email protected]> Reviewed-on: https://gerrit.ovirt.org/62279 Tested-by: Petr Horáček <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M automation/check-merged.packages.el7 M automation/check-merged.packages.fc23 M automation/check-patch.packages.el7 M automation/check-patch.packages.fc23 M tests/testlib.py M vdsm.spec.in 6 files changed, 11 insertions(+), 0 deletions(-) Approvals: Piotr Kliczewski: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Petr Horáček: Verified Dan Kenigsberg: Looks good to me, approved Edward Haas: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/62279 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I72edd0a9388f11d905cfbd7d2fac5a95e1212cea Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: ovirt-4.0 Gerrit-Owner: Petr Horáček <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Petr Horáček <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
