@@ -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 : 2020-05-05 12:54+0200\n "
18
- "PO-Revision-Date : 2020-11-29 10:40 +0000\n "
18
+ "PO-Revision-Date : 2021-01-10 11:05 +0000\n "
19
19
"Language-Team : python-doc-es\n "
20
20
"MIME-Version : 1.0\n "
21
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -3116,50 +3116,72 @@ msgid ""
3116
3116
"purposes; a :class:`TestResult` instance is returned by the :meth:"
3117
3117
"`TestRunner.run` method for this purpose."
3118
3118
msgstr ""
3119
+ "Los marcos de pruebas construidos sobre :mod:`unittest` pueden querer "
3120
+ "acceder al objeto :class:`TestResult` generado por la ejecución de un "
3121
+ "conjunto de tests con fines de reporte; una instancia :class:`TestResult` es "
3122
+ "devuelta por el método :meth:`TestRunner.run` para este propósito."
3119
3123
3120
3124
#: ../Doc/library/unittest.rst:1921
3121
3125
msgid ""
3122
3126
":class:`TestResult` instances have the following attributes that will be of "
3123
3127
"interest when inspecting the results of running a set of tests:"
3124
3128
msgstr ""
3129
+ "Las instancias de :class:`TestResult` tienen los siguientes atributos que "
3130
+ "serán de interés cuando se inspeccionen los resultados de la ejecución de un "
3131
+ "conjunto de tests:"
3125
3132
3126
3133
#: ../Doc/library/unittest.rst:1927
3127
3134
msgid ""
3128
3135
"A list containing 2-tuples of :class:`TestCase` instances and strings "
3129
3136
"holding formatted tracebacks. Each tuple represents a test which raised an "
3130
3137
"unexpected exception."
3131
3138
msgstr ""
3139
+ "Una lista que contiene 2 tuplas de instancias :class:`TestCase` y cadenas "
3140
+ "con formato de tracebacks. Cada tupla representa una prueba que lanzó una "
3141
+ "excepción inesperada."
3132
3142
3133
3143
#: ../Doc/library/unittest.rst:1933
3134
3144
msgid ""
3135
3145
"A list containing 2-tuples of :class:`TestCase` instances and strings "
3136
3146
"holding formatted tracebacks. Each tuple represents a test where a failure "
3137
3147
"was explicitly signalled using the :meth:`TestCase.assert\\ *` methods."
3138
3148
msgstr ""
3149
+ "Una lista que contiene 2 tuplas de instancias :class:`TestCase` y cadenas "
3150
+ "con formato de traceback. Cada tupla representa un test en el que un fallo "
3151
+ "fue explícitamente señalado usando los métodos :meth:`TestCase.assert\\ *`."
3139
3152
3140
3153
#: ../Doc/library/unittest.rst:1939
3141
3154
msgid ""
3142
3155
"A list containing 2-tuples of :class:`TestCase` instances and strings "
3143
3156
"holding the reason for skipping the test."
3144
3157
msgstr ""
3158
+ "Una lista que contiene 2 tuplas de instancias de :class:`TestCase` y cadenas "
3159
+ "que contienen la razón para saltarse el test."
3145
3160
3146
3161
#: ../Doc/library/unittest.rst:1946
3147
3162
msgid ""
3148
3163
"A list containing 2-tuples of :class:`TestCase` instances and strings "
3149
3164
"holding formatted tracebacks. Each tuple represents an expected failure of "
3150
3165
"the test case."
3151
3166
msgstr ""
3167
+ "Una lista que contiene 2 tuplas de instancias :class:`TestCase` y cadenas "
3168
+ "con formato de traceback. Cada tupla representa un fallo esperado del caso "
3169
+ "de test."
3152
3170
3153
3171
#: ../Doc/library/unittest.rst:1952
3154
3172
msgid ""
3155
3173
"A list containing :class:`TestCase` instances that were marked as expected "
3156
3174
"failures, but succeeded."
3157
3175
msgstr ""
3176
+ "Una lista que contiene instancias de :class:`TestCase` que fueron marcadas "
3177
+ "como fracasos esperados, pero tuvieron éxito."
3158
3178
3159
3179
#: ../Doc/library/unittest.rst:1957
3160
3180
msgid ""
3161
3181
"Set to ``True`` when the execution of tests should stop by :meth:`stop`."
3162
3182
msgstr ""
3183
+ "Puesto en ``True`` cuando la ejecución de los tests se detenga por :meth:"
3184
+ "`stop`."
3163
3185
3164
3186
#: ../Doc/library/unittest.rst:1961
3165
3187
msgid "The total number of tests run so far."
0 commit comments