File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -866,29 +866,29 @@ msgstr "断言上一次等待传入了指定的参数。"
866866msgid ""
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
872872msgid "Assert the mock has ever been awaited with the specified arguments."
873- msgstr ""
873+ msgstr "断言 mock 已被等待并附带了指定的参数。 "
874874
875875#: ../../library/unittest.mock.rst:1010
876876msgid ""
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
882882msgid ""
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
888888msgid ""
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
894894msgid "Assert that the mock was never awaited."
You can’t perform that action at this time.
0 commit comments