@@ -291,7 +291,7 @@ msgid ""
291291":mod:`unittest`\\ -based tests and :class:`unittest.TestCase`'s assertion "
292292"methods."
293293msgstr ""
294- "当一个测试失败时将引发的异常 。 此异常已被弃用而应改用基于 :mod:`unittest` 的测试以及 "
294+ "当一个测试失败时将被引发的异常 。 此异常已被弃用而应改用基于 :mod:`unittest` 的测试以及 "
295295":class:`unittest.TestCase` 的断言方法。"
296296
297297#: ../../library/test.rst:221
@@ -300,29 +300,33 @@ msgid ""
300300"network connection) is not available. Raised by the :func:`requires` "
301301"function."
302302msgstr ""
303+ ":exc:`unittest.SkipTest` 的子类。 当一个资源(例如网络连接)不可用时将被引发。 由 :func:`requires` "
304+ "函数所引发。"
303305
304306#: ../../library/test.rst:226
305307msgid "The :mod:`test.support` module defines the following constants:"
306- msgstr ""
308+ msgstr ":mod:`test.support` 模块定义了以下常量: "
307309
308310#: ../../library/test.rst:230
309311msgid ""
310312"``True`` when verbose output is enabled. Should be checked when more "
311313"detailed information is desired about a running test. *verbose* is set by "
312314":mod:`test.regrtest`."
313315msgstr ""
316+ "当启用详细输出时为 ``True``。 当需要有关运行中的测试的更详细信息时应当被选择。 *verbose* 是由 "
317+ ":mod:`test.regrtest` 来设置的。"
314318
315319#: ../../library/test.rst:237
316320msgid "``True`` if the running interpreter is Jython."
317- msgstr ""
321+ msgstr "如果所运行的解释器是 Jython 时为 ``True``。 "
318322
319323#: ../../library/test.rst:242
320324msgid "``True`` if the system is Android."
321- msgstr ""
325+ msgstr "如果系统是 Android 时为 ``True``。 "
322326
323327#: ../../library/test.rst:247
324328msgid "Path for shell if not on Windows; otherwise ``None``."
325- msgstr ""
329+ msgstr "如果系统不是 Windows 时则为 shell 的路径;否则为 ``None``。 "
326330
327331#: ../../library/test.rst:252
328332msgid ""
0 commit comments