Skip to content

Commit 6d9e770

Browse files
authored
solve conflict
1 parent 7f3b18b commit 6d9e770

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

library/unittest.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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-
"PO-Revision-Date: 2022-10-31 11:26-0300\n"
18+
"PO-Revision-Date: 2022-10-31 01:06-0300\n"
1919
"Last-Translator: Claudia Millán (@clacri)\n"
2020
"Language-Team: python-doc-es\n"
2121
"Language: es\n"
@@ -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)