mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
修复代码过长的问题
This commit is contained in:
parent
36e5b9d259
commit
9aa0670628
@ -31,7 +31,11 @@
|
||||
# mock_platform = mocker.patch("zhenxun.builtin_plugins.check.data_source.platform")
|
||||
# mock_platform.uname.return_value = platform_uname
|
||||
|
||||
# mock_template_to_pic = mocker.patch("zhenxun.builtin_plugins.check.template_to_pic")
|
||||
# mock_template_to_pic = mocker.patch(
|
||||
|
||||
# "zhenxun.builtin_plugins.check.template_to_pic"
|
||||
|
||||
# )
|
||||
# mock_template_to_pic_return = mocker.AsyncMock()
|
||||
# mock_template_to_pic.return_value = mock_template_to_pic_return
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user