Skip to content

Commit f3bc01d

Browse files
alaahongdiemol
andauthored
Add Chinese translation of "test_dependency" (#251) [deploy site]
- worst_practices/test_dependency.zh-cn.md Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
1 parent 7061cc7 commit f3bc01d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
---
2-
title: "Test dependency"
2+
title: "测试依赖"
33
weight: 5
44
---
55

6-
{{% notice info %}}
7-
<i class="fas fa-language"></i> 页面需要从英语翻译为简体中文。
8-
您熟悉英语与简体中文吗?帮助我们翻译它,通过 pull requests 给我们!
9-
{{% /notice %}}
10-
11-
A common idea and misconception about automated testing is regarding a
12-
specific test order. Your tests should be able to run in **any** order,
13-
and not rely on other tests to complete in order to be successful.
6+
关于自动化测试的一个常见想法和误解是关于特定的测试顺序. 您的测试应该能够以**任何**顺序运行,而不是依赖于完成其他测试才能成功.

0 commit comments

Comments
 (0)