Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
UPD: Rewrap library/unittest
  • Loading branch information
Yenniferh committed Oct 16, 2023
commit ebfda6133e3d6b019e0f47d87e99976f2c71c562
11 changes: 6 additions & 5 deletions library/unittest.po
Original file line number Diff line number Diff line change
Expand Up @@ -916,9 +916,9 @@ msgid ""
"on a :class:`TestResult`."
msgstr ""
"Unittest soporta omitir métodos individuales de tests e incluso clases "
"completas de tests. Además, soporta marcar un test como un \"fallo esperado"
"\", un test que está roto y va a fallar, pero no debería ser contado como "
"fallo en :class:`TestResult`."
"completas de tests. Además, soporta marcar un test como un \"fallo "
"esperado\", un test que está roto y va a fallar, pero no debería ser contado "
"como fallo en :class:`TestResult`."

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

#: ../Doc/library/unittest.rst:1654
msgid ""
"After running the test, ``events`` would contain ``[\"setUp\", \"asyncSetUp"
"\", \"test_response\", \"asyncTearDown\", \"tearDown\", \"cleanup\"]``."
"After running the test, ``events`` would contain ``[\"setUp\", "
"\"asyncSetUp\", \"test_response\", \"asyncTearDown\", \"tearDown\", "
"\"cleanup\"]``."
msgstr ""
"Después de ejecutar el test, ``events`` contendría ``[“setUp”, "
"“asyncSetUp”, “test_response”, “asyncTearDown”, “tearDown”, “cleanup”]``."
Expand Down