Remove migrate-to-labels.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
defcf5a21f
commit
a21f9993b3
10 changed files with 7 additions and 484 deletions
|
|
@ -74,12 +74,6 @@ class CLITestCase(unittest.TestCase):
|
|||
|
||||
self.assertIn('Usage: up', str(ctx.exception))
|
||||
|
||||
def test_command_help_dashes(self):
|
||||
with self.assertRaises(SystemExit) as ctx:
|
||||
TopLevelCommand().dispatch(['help', 'migrate-to-labels'], None)
|
||||
|
||||
self.assertIn('Usage: migrate-to-labels', str(ctx.exception))
|
||||
|
||||
def test_command_help_nonexistent(self):
|
||||
with self.assertRaises(NoSuchCommand):
|
||||
TopLevelCommand().dispatch(['help', 'nonexistent'], None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue