Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
jujuclient: move MemStore from jujuclienttesting #7208
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 69ce278
into
juju:develop
Apr 7, 2017
1 check failed
github-check-merge-juju
Built PR, ran unit tests, and tested LXD deploy. Use !!.*!! to request another build. IE, !!build!!, !!retry!!
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedApr 6, 2017
The MemStore is useful for external programs that don't
want to use the disk-based store, and isn't directly
concerned with testing, so move it into the
jujuclient package.
This also means that test packages that want to use
MemStore don't need to depend on jujuclienttesting.
Also sort import statements canonically where they're
not.
This change is purely mechanical - no externally visible changes.