add tests dir

This commit is contained in:
yaozhicheng 2024-05-22 18:21:10 +08:00
parent a4ac739023
commit 49dad0cc52
4 changed files with 18 additions and 1 deletions

View File

@ -34,7 +34,16 @@
[报名问卷](https://iz9a87wn37.feishu.cn/share/base/form/shrcnwpiyWaVUzyo47QdPBGy5Yd)
通过PR进行测试代码和测试报告的提交在本仓库中的tests目录下创目录你名字的汉语拼音全称然后在其中放入测试代码和测试报告。
```bash
tests/
└── your_name
├── test_code
│ └── test_code.py
└── test_report.pdf_or_word
```
## 加入讨QQ论群: 600480230
<image src="/.github/image/600480230.jpg" alter="600480230" width=500px />
<image src="/.github/image/600480230.jpg" alter="600480230" width=500px />

View File

@ -34,6 +34,14 @@ Please visit the following link to sign up for this activity:
[Registration Form](https://iz9a87wn37.feishu.cn/share/base/form/shrcnwpiyWaVUzyo47QdPBGy5Yd)
Submit your test code and test report through a Pull Request (PR). In the 'tests' directory of this repository, create a new directory (named with the full pinyin of your Chinese name), and then place your test code and test report in it.
```bash
tests/
└── your_name
├── test_code
│ └── test_code.py
└── test_report.pdf_or_word
```
## Join the QQ Discussion Group: 600480230

View File

View File