forked from docker/machine
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testable interfaces env test #5
Open
nathanleclaire
wants to merge
16
commits into
more_testable_interfaces
Choose a base branch
from
testable_interfaces_env_test
base: more_testable_interfaces
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Testable interfaces env test #5
nathanleclaire
wants to merge
16
commits into
more_testable_interfaces
from
testable_interfaces_env_test
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nathanleclaire
force-pushed
the
testable_interfaces_env_test
branch
3 times, most recently
from
November 14, 2015 03:36
d6b4f23
to
6d548de
Compare
nathanleclaire
force-pushed
the
more_testable_interfaces
branch
from
November 14, 2015 03:43
61dc395
to
6c88e75
Compare
nathanleclaire
force-pushed
the
testable_interfaces_env_test
branch
from
November 14, 2015 03:43
6d548de
to
712c1a7
Compare
nathanleclaire
force-pushed
the
more_testable_interfaces
branch
from
November 17, 2015 01:00
6c88e75
to
3523c91
Compare
nathanleclaire
force-pushed
the
testable_interfaces_env_test
branch
from
November 17, 2015 01:20
712c1a7
to
aa00a5b
Compare
nathanleclaire
force-pushed
the
more_testable_interfaces
branch
from
November 17, 2015 02:31
3523c91
to
85cf0bb
Compare
nathanleclaire
force-pushed
the
testable_interfaces_env_test
branch
from
November 17, 2015 02:37
aa00a5b
to
00634e5
Compare
nathanleclaire
force-pushed
the
more_testable_interfaces
branch
8 times, most recently
from
November 24, 2015 03:29
d46adcb
to
19ce7b7
Compare
…rfaces Move to using more testable interfaces
Signed-off-by: David Gageot <david@gageot.net>
Fixes docker#2200 Signed-off-by: Dave Tucker <dt@docker.com>
Signed-off-by: David Gageot <david@gageot.net>
Only run integration tests on Bash 4.1 or later
Signed-off-by: David Gageot <david@gageot.net>
Improve VirtualBox driver test coverage
Signed-off-by: Andrew Hodges <betawaffle@gmail.com>
And introduce Per-OS testing Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
Add Packet driver
Update dependencies
Add an errors column to docker-machine ls
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
Add test on os specific code
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
nathanleclaire
force-pushed
the
testable_interfaces_env_test
branch
4 times, most recently
from
November 25, 2015 02:07
b78288e
to
1f2d7ff
Compare
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
nathanleclaire
force-pushed
the
testable_interfaces_env_test
branch
from
November 25, 2015 02:09
1f2d7ff
to
47da7f8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add "mock" structs for the new CLI / libmachine interfaces and implement a test for what previously was
set
andunset
methods in theenv
command.