@@ -916,9 +916,9 @@ msgid ""
916
916
"on a :class:`TestResult`."
917
917
msgstr ""
918
918
"Unittest soporta omitir métodos individuales de tests e incluso clases "
919
- "completas de tests. Además, soporta marcar un test como un \" fallo esperado "
920
- "\" , un test que está roto y va a fallar, pero no debería ser contado como "
921
- "fallo en :class:`TestResult`."
919
+ "completas de tests. Además, soporta marcar un test como un \" fallo "
920
+ "esperado \" , un test que está roto y va a fallar, pero no debería ser contado "
921
+ "como fallo en :class:`TestResult`."
922
922
923
923
#: ../Doc/library/unittest.rst:543
924
924
msgid ""
@@ -2514,8 +2514,9 @@ msgstr "Un ejemplo ilustrando el orden::"
2514
2514
2515
2515
#: ../Doc/library/unittest.rst:1654
2516
2516
msgid ""
2517
- "After running the test, ``events`` would contain ``[\" setUp\" , \" asyncSetUp"
2518
- "\" , \" test_response\" , \" asyncTearDown\" , \" tearDown\" , \" cleanup\" ]``."
2517
+ "After running the test, ``events`` would contain ``[\" setUp\" , "
2518
+ "\" asyncSetUp\" , \" test_response\" , \" asyncTearDown\" , \" tearDown\" , "
2519
+ "\" cleanup\" ]``."
2519
2520
msgstr ""
2520
2521
"Después de ejecutar el test, ``events`` contendría ``[“setUp”, "
2521
2522
"“asyncSetUp”, “test_response”, “asyncTearDown”, “tearDown”, “cleanup”]``."
0 commit comments