Skip to content

Commit 9451f00

Browse files
committed
wip
1 parent 51d01c7 commit 9451f00

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

library/unittest.po

+12-3
Original file line numberDiff line numberDiff line change
@@ -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
342342
msgid ""
@@ -447,7 +447,7 @@ msgstr ""
447447

448448
#: ../Doc/library/unittest.rst:240
449449
msgid "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
453453
msgid "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::"
689689
msgstr ""
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
692694
msgid ""
693695
"If :meth:`~TestCase.setUp` succeeded, :meth:`~TestCase.tearDown` will be run "
694696
"whether the test method succeeded or not."
695697
msgstr ""
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
698702
msgid ""
@@ -702,6 +706,11 @@ msgid ""
702706
"`~TestCase.tearDown`, and :meth:`~TestCase.__init__` will be called once per "
703707
"test."
704708
msgstr ""
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
707716
msgid ""

0 commit comments

Comments
 (0)