Support reading config from stdin.
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
parent
cd2cdb25e3
commit
ae96fc0071
10 changed files with 197 additions and 147 deletions
|
|
@ -36,7 +36,7 @@ class CLITestCase(DockerClientTestCase):
|
|||
if hasattr(self, '_project'):
|
||||
return self._project
|
||||
|
||||
return self.command.get_project(self.command.get_config_path())
|
||||
return self.command.get_project()
|
||||
|
||||
def test_help(self):
|
||||
old_base_dir = self.command.base_dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue