Skip to content

Commit cdbbdcf

Browse files
committed
Adapted to pytest framework
1 parent fafba94 commit cdbbdcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ api_config = config_utils.get_nested_config("easyPerf.api")
176176
2. Apply appropriate tags
177177
3. Naming: `test_*.py`
178178
4. Use fixtures & marks for data management
179-
5. Keep custom marks concise and aligned with overall goals
179+
5. Keep custom marks concise and aligned with overall goals

test/README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ api_config = config_utils.get_nested_config("easyPerf.api")
179179
2. 使用适当的测试标记
180180
3. 遵循命名规范:`test_*.py`
181181
4. 使用 fixture 及mark 进行测试数据管理
182-
5. 自定义 mark 标签不易过细,应当与整体功能目标相符合
182+
5. 自定义 mark 标签不易过细,应当与整体功能目标相符合

0 commit comments

Comments
 (0)