mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
feat: test
This commit is contained in:
6
test/README.md
Normal file
6
test/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Test For NapCatQQ
|
||||
This is a test for NapCatQQ.
|
||||
|
||||
# 计划
|
||||
1. 根据配置文件启动不同的测试 Event与Api
|
||||
2. 标记特殊注意的测试
|
||||
6
test/boot.py
Normal file
6
test/boot.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import sys
|
||||
import os
|
||||
def __main__():
|
||||
print("TEST")
|
||||
|
||||
__main__()
|
||||
1
test/config/all.yaml
Normal file
1
test/config/all.yaml
Normal file
@@ -0,0 +1 @@
|
||||
# todo
|
||||
1
test/requirements.txt
Normal file
1
test/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
pyyaml==5.4.1
|
||||
Reference in New Issue
Block a user