Skip to content

Add Chinese translation of "test_dependency" #251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
---
title: "Test dependency"
title: "测试依赖"
weight: 5
---

{{% notice info %}}
<i class="fas fa-language"></i> 页面需要从英语翻译为简体中文。
您熟悉英语与简体中文吗?帮助我们翻译它,通过 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.
关于自动化测试的一个常见想法和误解是关于特定的测试顺序. 您的测试应该能够以**任何**顺序运行,而不是依赖于完成其他测试才能成功.