add social worker (proto)
This commit is contained in:
11
tests/test_social_helper.py
Normal file
11
tests/test_social_helper.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
对项目中的各个插件进行测试。运行方法:直接运行 python tests/test_plugins.py
|
||||
"""
|
||||
|
||||
import init_test
|
||||
import os, sys
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from test_utils import plugin_test
|
||||
plugin_test(plugin='crazy_functions.Social_Helper->I人助手', main_input="|")
|
||||
Reference in New Issue
Block a user