@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
14
- "PO-Revision-Date : 2021-03-23 00:07 -0500\n "
14
+ "PO-Revision-Date : 2021-03-23 16:17 -0500\n "
15
15
"Language-Team : python-doc-es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
@@ -2980,17 +2980,16 @@ msgstr ""
2980
2980
"pruebas de regresión a los docstring que contienen casos de prueba."
2981
2981
2982
2982
#: ../Doc/library/doctest.rst:1841
2983
- #, fuzzy
2984
2983
msgid ""
2985
2984
"When you have placed your tests in a module, the module can itself be the "
2986
2985
"test runner. When a test fails, you can arrange for your test runner to re-"
2987
2986
"run only the failing doctest while you debug the problem. Here is a minimal "
2988
2987
"example of such a test runner::"
2989
2988
msgstr ""
2990
2989
"Cuando has puesto tus pruebas en un módulo, el módulo puede ser el mismo "
2991
- "*test runner*. Cuando una prueba falla, puedes organizar para que tu *test "
2992
- "runner* vuelva a ejecutar sólo los docttest fallidos mientras que tu depuras "
2993
- "el problema. Aquí está el ejemplo mínimo de tal *test runner*::"
2990
+ "*test runner*. Cuando una prueba falla, puedes hacer que tu *test runner* "
2991
+ "vuelva a ejecutar sólo los doctest fallidos mientras que tu depuras el "
2992
+ "problema. Aquí hay un ejemplo mínimo de tal *test runner*::"
2994
2993
2995
2994
#: ../Doc/library/doctest.rst:1863
2996
2995
msgid "Footnotes"
0 commit comments