Thanks to visit codestin.com Credit goes to github.com
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 7fd956e commit 51f67d1Copy full SHA for 51f67d1
1 file changed
library/unittest.mock.po
@@ -856,11 +856,11 @@ msgstr "断言 mock 已被等待至少一次。 请注意这是从被调用的
856
857
#: ../../library/unittest.mock.rst:944
858
msgid "Assert that the mock was awaited exactly once."
859
-msgstr ""
+msgstr "断言 mock 已被等待恰好一次。"
860
861
#: ../../library/unittest.mock.rst:960
862
msgid "Assert that the last await was with the specified arguments."
863
+msgstr "断言上一次等待传入了指定的参数。"
864
865
#: ../../library/unittest.mock.rst:977
866
msgid ""
0 commit comments