Skip to content

Commit 81aace0

Browse files
committed
powrap
1 parent 51d3084 commit 81aace0

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
@@ -907,9 +907,9 @@ msgid ""
907907
"on a :class:`TestResult`."
908908
msgstr ""
909909
"Unittest soporta omitir métodos individuales de tests e incluso clases "
910-
"completas de tests. Además, soporta marcar un test como un \"fallo esperado"
911-
"\", un test que está roto y va a fallar, pero no debería ser contado como "
912-
"fallo en :class:`TestResult`."
910+
"completas de tests. Además, soporta marcar un test como un \"fallo "
911+
"esperado\", un test que está roto y va a fallar, pero no debería ser contado "
912+
"como fallo en :class:`TestResult`."
913913

914914
#: ../Doc/library/unittest.rst:537
915915
msgid ""
@@ -2513,8 +2513,9 @@ msgstr "Un ejemplo ilustrando el orden::"
25132513

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

0 commit comments

Comments
 (0)