def test_call_without_apps_arguments_raise_command_error(self):
""" Command call without applications lists should return usage info """
with self.assertRaises(CommandError):
call_command(self.COMMAND_NAME)
test_migration_dependencies_command.py 文件源码
python
阅读 19
收藏 0
点赞 0
评论 0
评论列表
文章目录