Comment 2 for bug 1630159

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to requests-mock (master)

Reviewed: https://review.openstack.org/381496
Committed: https://git.openstack.org/cgit/openstack/requests-mock/commit/?id=3deef1a4545a30bacbb3c37fb84c8e7bd1b78578
Submitter: Jenkins
Branch: master

commit 3deef1a4545a30bacbb3c37fb84c8e7bd1b78578
Author: Jamie Lennox <email address hidden>
Date: Tue Oct 4 19:10:32 2016 +1100

    Add called_once to Mocker

    The called_once function was added to the Matcher and the Adapter but
    not the top level Mocker function.

    Change-Id: I4daa839d931b44fa69133ace663d41c84796b4ba
    Closes-Bug: #1630159