Esempio n. 1
0
 def test_command_works_with_correct_params(self):
     command = Command()
     self.assert_equals(
         0, command.handle('markdown',
                           'contenttypes.contenttype:app_label'))
Esempio n. 2
0
 def setUp(self):
     super(TestArgsParsing, self).setUp()
     self.command = Command()