diff --git a/test/api/msg/SendPicMsg.py b/test/api/msg/SendPicMsg.py new file mode 100644 index 00000000..2a893b74 --- /dev/null +++ b/test/api/msg/SendPicMsg.py @@ -0,0 +1,4 @@ +def send_pic_local_msg(user, file): + pass +def send_pic_http_msg(user, pic_url): + pass \ No newline at end of file diff --git a/test/boot.py b/test/boot.py index c17aa7c1..307dceec 100644 --- a/test/boot.py +++ b/test/boot.py @@ -1,5 +1,5 @@ -import sys -import os +import requests +import pyyaml def __main__(): print("TEST") diff --git a/test/framwork/__init__.py b/test/framwork/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/test/framwork/msg/SendMsg.py b/test/framwork/msg/SendMsg.py new file mode 100644 index 00000000..53b2a63d --- /dev/null +++ b/test/framwork/msg/SendMsg.py @@ -0,0 +1 @@ +#发送消息 \ No newline at end of file