Skip to content
Merged
Changes from 4 commits
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
15 changes: 6 additions & 9 deletions library/unittest.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
<<<<<<< HEAD
"PO-Revision-Date: 2022-10-31 11:26-0300\n"
=======
"PO-Revision-Date: 2022-10-31 01:06-0300\n"
>>>>>>> 91757ed2adda951f204e66430d90ff3e7267c277
"Last-Translator: Claudia Millán (@clacri)\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -911,9 +907,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:537
msgid ""
Expand Down Expand Up @@ -2517,8 +2513,9 @@ msgstr "Un ejemplo ilustrando el orden::"

#: ../Doc/library/unittest.rst:1651
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