diff --git a/docs_source_files/content/worst_practices/test_dependency.zh-cn.md b/docs_source_files/content/worst_practices/test_dependency.zh-cn.md index bd03659dcea0..ef16c2257cbd 100644 --- a/docs_source_files/content/worst_practices/test_dependency.zh-cn.md +++ b/docs_source_files/content/worst_practices/test_dependency.zh-cn.md @@ -1,13 +1,6 @@ --- -title: "Test dependency" +title: "测试依赖" weight: 5 --- -{{% notice info %}} - 页面需要从英语翻译为简体中文。 -您熟悉英语与简体中文吗?帮助我们翻译它,通过 pull requests 给我们! -{{% /notice %}} - -A common idea and misconception about automated testing is regarding a -specific test order. Your tests should be able to run in **any** order, -and not rely on other tests to complete in order to be successful. +关于自动化测试的一个常见想法和误解是关于特定的测试顺序. 您的测试应该能够以**任何**顺序运行,而不是依赖于完成其他测试才能成功.