forked from XS-MLVP/UnityChipForXiangShan
fix typo
This commit is contained in:
parent
1d8080882c
commit
b6efba7c4e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue