Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cmd/juju/application: make deploy init tests assume less about internals #7274
Conversation
|
!!build!! |
|
!!build!! |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 0548895
into
juju:develop
Apr 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedApr 25, 2017
•
Edited 1 time
-
rogpeppe
Apr 25, 2017
The tests are doing a deep-equal comparison of the deploy
command, which assumes more than it should about what
the state of the embedded objects. Make the code check
the fields it cares about explicitly.
Also clean up things a little bit:
with the other commands.
between runDeploy and runDeployCommand.
QA check that the deploy command works.