@@ -12,7 +12,7 @@ msgstr ""
1212"Project-Id-Version : Python 3.8\n "
1313"Report-Msgid-Bugs-To : \n "
1414"POT-Creation-Date : 2020-05-05 12:54+0200\n "
15- "PO-Revision-Date : 2020-05-25 10:21 +0200\n "
15+ "PO-Revision-Date : 2020-06-14 19:54 +0200\n "
1616"Language-Team : Spanish; Castilian <raptopassion@gmail.com>\n "
1717"MIME-Version : 1.0\n "
1818"Content-Type : text/plain; charset=UTF-8\n "
@@ -336,7 +336,7 @@ msgstr ""
336336"susceptible de importarse como módulo. La ruta se convierte en nombre de "
337337"módulo eliminando '.py' y convirtiendo el separador de directorios por '.'. "
338338"Si se desea ejecutar un fichero de prueba que no se puede importar como "
339- "módulo, se ha de ejecutar el fichero directamente"
339+ "módulo, se ha de ejecutar el fichero directamente. "
340340
341341#: ../Doc/library/unittest.rst:180
342342msgid ""
@@ -447,7 +447,7 @@ msgstr ""
447447
448448#: ../Doc/library/unittest.rst:240
449449msgid "Show local variables in tracebacks."
450- msgstr "Mostrar las variables locales en las trazas"
450+ msgstr "Mostrar las variables locales en las trazas. "
451451
452452#: ../Doc/library/unittest.rst:242
453453msgid "The command-line options ``-b``, ``-c`` and ``-f`` were added."
@@ -687,12 +687,16 @@ msgid ""
687687"Similarly, we can provide a :meth:`~TestCase.tearDown` method that tidies up "
688688"after the test method has been run::"
689689msgstr ""
690+ "Análogamente, se puede proporcionar un método :meth:`~TestCase.tearDown` que "
691+ "haga limpieza después de que se ejecute el método de prueba::"
690692
691693#: ../Doc/library/unittest.rst:409
692694msgid ""
693695"If :meth:`~TestCase.setUp` succeeded, :meth:`~TestCase.tearDown` will be run "
694696"whether the test method succeeded or not."
695697msgstr ""
698+ "Si :meth:`~TestCase.setUp` se ejecuta sin errores, :meth:`~TestCase."
699+ "tearDown` se ejecutará tanto si el método de prueba tuvo éxito como si no."
696700
697701#: ../Doc/library/unittest.rst:412
698702msgid ""
@@ -702,6 +706,11 @@ msgid ""
702706"`~TestCase.tearDown`, and :meth:`~TestCase.__init__` will be called once per "
703707"test."
704708msgstr ""
709+ "Un entorno de trabajo así para el código de pruebas se llama :dfn:`juego de "
710+ "datos de prueba`. Se crea una nueva instancia de :class:`TestCase` como "
711+ "juego de datos de prueba que se utiliza para cada método de prueba. De este "
712+ "modo, :meth:`~TestCase.setUp`, :meth:`~TestCase.tearDown` y :meth:`~TestCase."
713+ "__init__` se llamarán una vez por prueba."
705714
706715#: ../Doc/library/unittest.rst:418
707716msgid ""
0 commit comments