@@ -15,15 +15,16 @@ msgstr ""
15
15
"Project-Id-Version : Python 3.8\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
17
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
18
- "PO-Revision-Date : 2021-03-20 11:09 -0300\n "
18
+ "PO-Revision-Date : 2021-10-31 15:00 -0300\n "
19
19
"Last-Translator : Claudia Millán (@clacri)\n "
20
20
"Language : es\n "
21
21
"Language-Team : python-doc-es\n "
22
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
22
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
23
23
"MIME-Version : 1.0\n "
24
24
"Content-Type : text/plain; charset=utf-8\n "
25
25
"Content-Transfer-Encoding : 8bit\n "
26
26
"Generated-By : Babel 2.9.1\n "
27
+ "X-Generator : Poedit 3.0\n "
27
28
28
29
#: ../Doc/library/unittest.rst:2
29
30
msgid ":mod:`unittest` --- Unit testing framework"
@@ -598,7 +599,6 @@ msgstr ""
598
599
"descubrimiento de pruebas mediante el `protocolo load_tests`_."
599
600
600
601
#: ../Doc/library/unittest.rst:332
601
- #, fuzzy
602
602
msgid ""
603
603
"Test discovery supports :term:`namespace packages <namespace package>` for "
604
604
"the start directory. Note that you need to specify the top level directory "
@@ -953,15 +953,16 @@ msgid "Skip the decorated test unless *condition* is true."
953
953
msgstr "Omitir el test decorado a menos que *condition* sea verdadero."
954
954
955
955
#: ../Doc/library/unittest.rst:599
956
- #, fuzzy
957
956
msgid ""
958
957
"Mark the test as an expected failure or error. If the test fails or errors "
959
958
"in the test function itself (rather than in one of the :dfn:`test fixture` "
960
959
"methods) then it will be considered a success. If the test passes, it will "
961
960
"be considered a failure."
962
961
msgstr ""
963
- "Marca el test como un fallo esperado. Si el test falla será considerado un "
964
- "éxito. Si el test pasa, será considerado un fallo."
962
+ "Marca el test como un fallo esperado. Si falla el test o hay errores en la "
963
+ "función de test misma (en lugar de en alguno de los métodos :dfn:`test "
964
+ "fixture`) será considerado un éxito. Si el test pasa, será considerado un "
965
+ "fallo."
965
966
966
967
#: ../Doc/library/unittest.rst:606
967
968
msgid "This exception is raised to skip a test."
@@ -1516,23 +1517,20 @@ msgid "3.4"
1516
1517
msgstr "3.4"
1517
1518
1518
1519
#: ../Doc/library/unittest.rst:957
1519
- #, fuzzy
1520
1520
msgid ":meth:`assertNoLogs(logger, level) <TestCase.assertNoLogs>`"
1521
1521
msgstr ":meth:`assertLogs(logger, level) <TestCase.assertLogs>`"
1522
1522
1523
1523
#: ../Doc/library/unittest.rst:957
1524
1524
msgid "The ``with`` block does not log on"
1525
- msgstr ""
1525
+ msgstr "El bloque ``with`` no ingresa "
1526
1526
1527
1527
#: ../Doc/library/unittest.rst:958
1528
- #, fuzzy
1529
1528
msgid "*logger* with minimum *level*"
1530
1529
msgstr "El bloque ``with`` vuelca sus logs a *logger* con el *level* mínimo"
1531
1530
1532
1531
#: ../Doc/library/unittest.rst:957
1533
- #, fuzzy
1534
1532
msgid "3.10"
1535
- msgstr "3.1 "
1533
+ msgstr "3.10 "
1536
1534
1537
1535
#: ../Doc/library/unittest.rst:964
1538
1536
msgid ""
@@ -1750,7 +1748,6 @@ msgid "Example::"
1750
1748
msgstr "Ejemplo::"
1751
1749
1752
1750
#: ../Doc/library/unittest.rst:1134
1753
- #, fuzzy
1754
1751
msgid ""
1755
1752
"A context manager to test that no messages are logged on the *logger* or one "
1756
1753
"of its children, with at least the given *level*."
@@ -1759,20 +1756,20 @@ msgstr ""
1759
1756
"en el *logger* o en uno de sus hijos, con al menos el *level* dado."
1760
1757
1761
1758
#: ../Doc/library/unittest.rst:1138
1762
- #, fuzzy
1763
1759
msgid ""
1764
1760
"If given, *logger* should be a :class:`logging.Logger` object or a :class:"
1765
1761
"`str` giving the name of a logger. The default is the root logger, which "
1766
1762
"will catch all messages."
1767
1763
msgstr ""
1768
1764
"Si se da, *logger* debería ser un objeto :class:`logging.Logger` o un :class:"
1769
- "`str` dando el nombre de un logger. El valor por defecto es el root logger, "
1770
- "que captará todos los mensajes."
1765
+ "`str` dándole el nombre de un logger. El valor por defecto es el root "
1766
+ "logger, que captará todos los mensajes."
1771
1767
1772
1768
#: ../Doc/library/unittest.rst:1146
1773
1769
msgid ""
1774
1770
"Unlike :meth:`assertLogs`, nothing will be returned by the context manager."
1775
1771
msgstr ""
1772
+ "A diferencia de :meth:`assertLogs`, el gestor de contexto no devolverá nada."
1776
1773
1777
1774
#: ../Doc/library/unittest.rst:1151
1778
1775
msgid ""
0 commit comments