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

Skip to content

Commit 3c4cdb5

Browse files
[po] auto sync
1 parent 99e3836 commit 3c4cdb5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.30%", "updated_at": "2024-05-06T02:18:43Z"}
1+
{"translation": "92.31%", "updated_at": "2024-05-06T06:09:59Z"}

whatsnew/3.4.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2797,27 +2797,36 @@ msgid ""
27972797
" version of this example. (Contributed by Antoine Pitrou in "
27982798
":issue:`16997`.)"
27992799
msgstr ""
2800+
"将得到六个子测试,在单元测试详细输出中各自以变量名 ``i`` 加该变量专属的值来标识 (``i=0``, ``i=1`` 等等)。 该示例的完整版本见"
2801+
" :ref:`subtests`。 (由 Antoine Pitrou 在 :issue:`16997` 中贡献。)"
28002802

28012803
#: ../../whatsnew/3.4.rst:1676
28022804
msgid ""
28032805
":func:`unittest.main` now accepts an iterable of test names for "
28042806
"*defaultTest*, where previously it only accepted a single test name as a "
28052807
"string. (Contributed by Jyrki Pulliainen in :issue:`15132`.)"
28062808
msgstr ""
2809+
"现在 :func:`unittest.main` 接受一个包含测试名称的可迭代对象作为 "
2810+
"*defaultTest*,而在之前版本中它只接受单个字符串形式的测试名称。 (由 Jyrki Pulliainen 在 :issue:`15132` "
2811+
"中贡献。)"
28072812

28082813
#: ../../whatsnew/3.4.rst:1680
28092814
msgid ""
28102815
"If :class:`~unittest.SkipTest` is raised during test discovery (that is, at "
28112816
"the module level in the test file), it is now reported as a skip instead of "
28122817
"an error. (Contributed by Zach Ware in :issue:`16935`.)"
28132818
msgstr ""
2819+
"如果在测试发现期间(即在测试文件中的模块层级)引发了 :class:`~unittest.SkipTest`,现在它将被报告为跳过而不是错误。 (由 "
2820+
"Zach Ware 在 :issue:`16935` 中贡献。)"
28142821

28152822
#: ../../whatsnew/3.4.rst:1684
28162823
msgid ""
28172824
":meth:`~unittest.TestLoader.discover` now sorts the discovered files to "
28182825
"provide consistent test ordering. (Contributed by Martin Melin and Jeff "
28192826
"Ramnani in :issue:`16709`.)"
28202827
msgstr ""
2828+
"现在 :meth:`~unittest.TestLoader.discover` 会对所发现的文件进行排序以提供一致的测试顺序。 (由 Martin "
2829+
"Melin 和 Jeff Ramnani 在 :issue:`16709` 中贡献。)"
28212830

28222831
#: ../../whatsnew/3.4.rst:1688
28232832
msgid ""

0 commit comments

Comments
 (0)