add tests dir
This commit is contained in:
parent
a4ac739023
commit
49dad0cc52
11
README_cn.md
11
README_cn.md
|
@ -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 />
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue