@@ -15,11 +15,7 @@ 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
- "PO-Revision-Date : 2022-10-31 11:26-0300\n "
20
- =======
21
18
"PO-Revision-Date : 2022-10-31 01:06-0300\n "
22
- >>>>>>> 91757ed2adda951f204e66430d90ff3e7267c277
23
19
"Last-Translator : Claudia Millán (@clacri)\n "
24
20
"Language-Team : python-doc-es\n "
25
21
"Language : es\n "
@@ -911,9 +907,9 @@ msgid ""
911
907
"on a :class:`TestResult`."
912
908
msgstr ""
913
909
"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`."
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`."
917
913
918
914
#: ../Doc/library/unittest.rst:537
919
915
msgid ""
@@ -2517,8 +2513,9 @@ msgstr "Un ejemplo ilustrando el orden::"
2517
2513
2518
2514
#: ../Doc/library/unittest.rst:1651
2519
2515
msgid ""
2520
- "After running the test, ``events`` would contain ``[\" setUp\" , \" asyncSetUp"
2521
- "\" , \" test_response\" , \" asyncTearDown\" , \" tearDown\" , \" cleanup\" ]``."
2516
+ "After running the test, ``events`` would contain ``[\" setUp\" , "
2517
+ "\" asyncSetUp\" , \" test_response\" , \" asyncTearDown\" , \" tearDown\" , "
2518
+ "\" cleanup\" ]``."
2522
2519
msgstr ""
2523
2520
"Después de ejecutar el test, ``events`` contendría ``[“setUp”, "
2524
2521
"“asyncSetUp”, “test_response”, “asyncTearDown”, “tearDown”, “cleanup”]``."
0 commit comments