293
294
self.assertSubset(['--no-plugins', '--builtin'],
299
300
self.assertSubset(['init', 'init-repo', 'init-repository'],
302
303
def test_commands_from_plugins(self):
305
306
self.assertSubset(['bash-completion'],
308
309
def test_commit_dashm(self):
310
311
cmd = dc.command('commit')
311
312
self.assertSubset(['-m'],
314
315
def test_status_negated(self):
316
317
cmd = dc.command('status')
317
318
self.assertSubset(['--no-versioned', '--no-verbose'],
320
321
def test_init_format(self):