@@ -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