~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_commands.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
346
346
        self.assertEqual(['called'], hook_calls)
347
347
        self.assertSubset(['foo', 'bar'], cmds)
348
348
 
349
 
 
350
349
class TestDeprecations(tests.TestCase):
351
350
 
352
351
    def test_shlex_split_unicode_deprecation(self):