File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ debugger
1
2
catch
2
3
break
3
4
frozenset
Original file line number Diff line number Diff line change @@ -2627,6 +2627,7 @@ msgstr ""
2627
2627
#: ../Doc/library/unittest.rst:1647
2628
2628
msgid ":class:`TestSuite` shares the following methods with :class:`TestCase`:"
2629
2629
msgstr ""
2630
+ ":class:`TestSuite` comparte los siguientes métodos con :class:`TestCase`:"
2630
2631
2631
2632
#: ../Doc/library/unittest.rst:1652
2632
2633
msgid ""
@@ -2641,12 +2642,18 @@ msgid ""
2641
2642
"allows exceptions raised by the test to be propagated to the caller and can "
2642
2643
"be used to support running tests under a debugger."
2643
2644
msgstr ""
2645
+ "Ejecuta los tests asociados con este conjunto sin recoger los resultados. "
2646
+ "Esto permite que las excepciones lanzadas por este test sean propagadas al "
2647
+ "invocador y puedes ser usadas para apoyar tests que están ejecutándose con "
2648
+ "un debugger"
2644
2649
2645
2650
#: ../Doc/library/unittest.rst:1667
2646
2651
msgid ""
2647
2652
"Return the number of tests represented by this test object, including all "
2648
2653
"individual tests and sub-suites."
2649
2654
msgstr ""
2655
+ "Retorna el numero de tests representados por este objeto de test, incluidos "
2656
+ "todos los test individuales y los sub-conjuntos "
2650
2657
2651
2658
#: ../Doc/library/unittest.rst:1673
2652
2659
msgid ""
You can’t perform that action at this time.
0 commit comments