This commit is contained in:
yeximing 2024-11-29 14:45:21 +08:00
parent 1d8080882c
commit b6efba7c4e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ linkTitle: 运行测试
weight: 14
---
本项目基于PyTest测试框架进行验证。运测试时PyTest框架自动搜索所有`test_*.py`文件,并自动执行其中所有以`test_`开头的测试用例Test Case
本项目基于PyTest测试框架进行验证。运测试时PyTest框架自动搜索所有`test_*.py`文件,并自动执行其中所有以`test_`开头的测试用例Test Case
```bash
# 执行所有ut_*目录中的test case