Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d762d8

Browse files
[po] auto sync
1 parent 268aa33 commit 4d762d8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

library/unittest.mock.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -866,29 +866,29 @@ msgstr "断言上一次等待传入了指定的参数。"
866866
msgid ""
867867
"Assert that the mock was awaited exactly once and with the specified "
868868
"arguments."
869-
msgstr ""
869+
msgstr "断言 mock 被等待恰好一次并且附带了指定的参数。"
870870

871871
#: ../../library/unittest.mock.rst:994
872872
msgid "Assert the mock has ever been awaited with the specified arguments."
873-
msgstr ""
873+
msgstr "断言 mock 已被等待并附带了指定的参数。"
874874

875875
#: ../../library/unittest.mock.rst:1010
876876
msgid ""
877877
"Assert the mock has been awaited with the specified calls. The "
878878
":attr:`await_args_list` list is checked for the awaits."
879-
msgstr ""
879+
msgstr "断言 mock 已附带了指定的调用被等待。 将针对这些等待检查 :attr:`await_args_list` 列表。"
880880

881881
#: ../../library/unittest.mock.rst:1013
882882
msgid ""
883883
"If *any_order* is false then the awaits must be sequential. There can be "
884884
"extra calls before or after the specified awaits."
885-
msgstr ""
885+
msgstr "如果 *any_order* 为假值则等待必须是顺序进行的。 在指定的等待之前或之后还可以有额外的调用。"
886886

887887
#: ../../library/unittest.mock.rst:1017
888888
msgid ""
889889
"If *any_order* is true then the awaits can be in any order, but they must "
890890
"all appear in :attr:`await_args_list`."
891-
msgstr ""
891+
msgstr "如果 *any_order* 为真值则等待可以是任意顺序的,但它们都必须在 :attr:`await_args_list` 中出现。"
892892

893893
#: ../../library/unittest.mock.rst:1037
894894
msgid "Assert that the mock was never awaited."

0 commit comments

Comments
 (0)