Skip to content

Traduccion logginghandlers #2137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Oct 31, 2022
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: 7 additions & 8 deletions library/unittest.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ 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
"PO-Revision-Date: 2022-10-31 01:06-0300\n"
"Last-Translator: Claudia Millán (@clacri)\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -911,9 +909,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 +2515,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