@@ -15,11 +15,9 @@ msgstr ""
15
15
"Project-Id-Version : Python 3.8\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
17
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
18
- <<<<<<< HEAD
19
18
"PO-Revision-Date : 2022-10-31 11:26-0300\n "
20
- =======
21
19
"PO-Revision-Date : 2022-10-31 01:06-0300\n "
22
- >>>>>>> 91757ed2adda951f204e66430d90ff3e7267c277
20
+ " PO-Revision-Date : 2022-10-31 01:06-0300\n "
23
21
"Last-Translator : Claudia Millán (@clacri)\n "
24
22
"Language-Team : python-doc-es\n "
25
23
"Language : es\n "
@@ -911,9 +909,9 @@ msgid ""
911
909
"on a :class:`TestResult`."
912
910
msgstr ""
913
911
"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`."
917
915
918
916
#: ../Doc/library/unittest.rst:537
919
917
msgid ""
@@ -2517,8 +2515,9 @@ msgstr "Un ejemplo ilustrando el orden::"
2517
2515
2518
2516
#: ../Doc/library/unittest.rst:1651
2519
2517
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\" ]``."
2522
2521
msgstr ""
2523
2522
"Después de ejecutar el test, ``events`` contendría ``[“setUp”, "
2524
2523
"“asyncSetUp”, “test_response”, “asyncTearDown”, “tearDown”, “cleanup”]``."
0 commit comments