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