Skip to content

Commit 9330110

Browse files
committed
test for pre-commit
1 parent 46fd145 commit 9330110

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

dictionaries/library_unittest.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
debugger
12
catch
23
break
34
frozenset

library/unittest.po

+7
Original file line numberDiff line numberDiff line change
@@ -2627,6 +2627,7 @@ msgstr ""
26272627
#: ../Doc/library/unittest.rst:1647
26282628
msgid ":class:`TestSuite` shares the following methods with :class:`TestCase`:"
26292629
msgstr ""
2630+
":class:`TestSuite` comparte los siguientes métodos con :class:`TestCase`:"
26302631

26312632
#: ../Doc/library/unittest.rst:1652
26322633
msgid ""
@@ -2641,12 +2642,18 @@ msgid ""
26412642
"allows exceptions raised by the test to be propagated to the caller and can "
26422643
"be used to support running tests under a debugger."
26432644
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"
26442649

26452650
#: ../Doc/library/unittest.rst:1667
26462651
msgid ""
26472652
"Return the number of tests represented by this test object, including all "
26482653
"individual tests and sub-suites."
26492654
msgstr ""
2655+
"Retorna el numero de tests representados por este objeto de test, incluidos "
2656+
"todos los test individuales y los sub-conjuntos "
26502657

26512658
#: ../Doc/library/unittest.rst:1673
26522659
msgid ""

0 commit comments

Comments
 (0)