Skip to content

Commit 6b8d967

Browse files
authored
Merge branch '3.11' into traduccion-logginghandlers
2 parents abdffee + 3565763 commit 6b8d967

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

library/unittest.po

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ msgstr ""
1515
"Project-Id-Version: Python 3.8\n"
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
18-
<<<<<<< HEAD
1918
"PO-Revision-Date: 2022-10-31 11:26-0300\n"
20-
=======
2119
"PO-Revision-Date: 2022-10-31 01:06-0300\n"
22-
>>>>>>> 91757ed2adda951f204e66430d90ff3e7267c277
20+
"PO-Revision-Date: 2022-10-31 01:06-0300\n"
2321
"Last-Translator: Claudia Millán (@clacri)\n"
2422
"Language-Team: python-doc-es\n"
2523
"Language: es\n"
@@ -911,9 +909,9 @@ msgid ""
911909
"on a :class:`TestResult`."
912910
msgstr ""
913911
"Unittest soporta omitir métodos individuales de tests e incluso clases "
914-
"completas de tests. Además, soporta marcar un test como un \"fallo esperado"
915-
"\", un test que está roto y va a fallar, pero no debería ser contado como "
916-
"fallo en :class:`TestResult`."
912+
"completas de tests. Además, soporta marcar un test como un \"fallo "
913+
"esperado\", un test que está roto y va a fallar, pero no debería ser contado "
914+
"como fallo en :class:`TestResult`."
917915

918916
#: ../Doc/library/unittest.rst:537
919917
msgid ""
@@ -2517,8 +2515,9 @@ msgstr "Un ejemplo ilustrando el orden::"
25172515

25182516
#: ../Doc/library/unittest.rst:1651
25192517
msgid ""
2520-
"After running the test, ``events`` would contain ``[\"setUp\", \"asyncSetUp"
2521-
"\", \"test_response\", \"asyncTearDown\", \"tearDown\", \"cleanup\"]``."
2518+
"After running the test, ``events`` would contain ``[\"setUp\", "
2519+
"\"asyncSetUp\", \"test_response\", \"asyncTearDown\", \"tearDown\", "
2520+
"\"cleanup\"]``."
25222521
msgstr ""
25232522
"Después de ejecutar el test, ``events`` contendría ``[“setUp”, "
25242523
"“asyncSetUp”, “test_response”, “asyncTearDown”, “tearDown”, “cleanup”]``."

0 commit comments

Comments
 (0)