feat: test

This commit is contained in:
手瓜一十雪 2024-05-20 12:10:48 +08:00
parent 52dda1d1fe
commit 2d5b45dd82
6 changed files with 17 additions and 3 deletions

4
.gitignore vendored
View File

@ -4,8 +4,8 @@ package-lock.json
pnpm-lock.yaml
out/
dist/
src/core.lib/common/
test
/src/core.lib/common/
/localdebug/
# Editor
.vscode/*

View File

@ -3,7 +3,7 @@
QQ Version: Windows 9.9.9-23424 / Linux 3.2.7-23361
## 修复与优化
* 修复戳一戳多次上报问题
## 新增与调整

6
test/README.md Normal file
View File

@ -0,0 +1,6 @@
# Test For NapCatQQ
This is a test for NapCatQQ.
# 计划
1. 根据配置文件启动不同的测试 Event与Api
2. 标记特殊注意的测试

6
test/boot.py Normal file
View File

@ -0,0 +1,6 @@
import sys
import os
def __main__():
print("TEST")
__main__()

1
test/config/all.yaml Normal file
View File

@ -0,0 +1 @@
# todo

1
test/requirements.txt Normal file
View File

@ -0,0 +1 @@
pyyaml==5.4.1