Skip to content

Commit ebfda61

Browse files
committed
UPD: Rewrap library/unittest
1 parent 5443add commit ebfda61

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

library/unittest.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -916,9 +916,9 @@ msgid ""
916916
"on a :class:`TestResult`."
917917
msgstr ""
918918
"Unittest soporta omitir métodos individuales de tests e incluso clases "
919-
"completas de tests. Además, soporta marcar un test como un \"fallo esperado"
920-
"\", un test que está roto y va a fallar, pero no debería ser contado como "
921-
"fallo en :class:`TestResult`."
919+
"completas de tests. Además, soporta marcar un test como un \"fallo "
920+
"esperado\", un test que está roto y va a fallar, pero no debería ser contado "
921+
"como fallo en :class:`TestResult`."
922922

923923
#: ../Doc/library/unittest.rst:543
924924
msgid ""
@@ -2514,8 +2514,9 @@ msgstr "Un ejemplo ilustrando el orden::"
25142514

25152515
#: ../Doc/library/unittest.rst:1654
25162516
msgid ""
2517-
"After running the test, ``events`` would contain ``[\"setUp\", \"asyncSetUp"
2518-
"\", \"test_response\", \"asyncTearDown\", \"tearDown\", \"cleanup\"]``."
2517+
"After running the test, ``events`` would contain ``[\"setUp\", "
2518+
"\"asyncSetUp\", \"test_response\", \"asyncTearDown\", \"tearDown\", "
2519+
"\"cleanup\"]``."
25192520
msgstr ""
25202521
"Después de ejecutar el test, ``events`` contendría ``[“setUp”, "
25212522
"“asyncSetUp”, “test_response”, “asyncTearDown”, “tearDown”, “cleanup”]``."

0 commit comments

Comments
 (0)