We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7061cc7 commit f3bc01dCopy full SHA for f3bc01d
docs_source_files/content/worst_practices/test_dependency.zh-cn.md
@@ -1,13 +1,6 @@
1
---
2
-title: "Test dependency"
+title: "测试依赖"
3
weight: 5
4
5
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.
+关于自动化测试的一个常见想法和误解是关于特定的测试顺序. 您的测试应该能够以**任何**顺序运行,而不是依赖于完成其他测试才能成功.
0 commit comments