From b6efba7c4e7cbee9b588c0c384e7f313aeb4a706 Mon Sep 17 00:00:00 2001 From: yeximing Date: Fri, 29 Nov 2024 14:45:21 +0800 Subject: [PATCH] fix typo --- documents/content/zh-cn/docs/02_run_test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/content/zh-cn/docs/02_run_test.md b/documents/content/zh-cn/docs/02_run_test.md index a93042f..245baf7 100644 --- a/documents/content/zh-cn/docs/02_run_test.md +++ b/documents/content/zh-cn/docs/02_run_test.md @@ -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