Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
api/base/testing: simplify API call checkers #7222
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 8fdc25e
into
juju:develop
Apr 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedApr 10, 2017
With the upcoming changes to command mocking, we're going to be
using API call checkers quite a bit more, so simplify the API
and make it a little more general. Specifically, we
on an APICaller implementation without mixing that with the checking
logic
than separate.
rather than a separate argument.
QA No regressions.