@@ -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-09-09 09:09 +0200\n "
18
+ "PO-Revision-Date :2020-09-25 21:31 +0200\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 "
@@ -1114,7 +1114,7 @@ msgstr ""
1114
1114
1115
1115
#: ../Doc/library/unittest.rst:743 ../Doc/library/unittest.rst:758
1116
1116
msgid "See `Class and Module Fixtures`_ for more details."
1117
- msgstr ""
1117
+ msgstr "Vea `Class and Module Fixtures`_ para más detalles. "
1118
1118
1119
1119
#: ../Doc/library/unittest.rst:750
1120
1120
msgid ""
@@ -1143,6 +1143,8 @@ msgid ""
1143
1143
"Previous versions of ``run`` did not return the result. Neither did calling "
1144
1144
"an instance."
1145
1145
msgstr ""
1146
+ "Las versiones previas de ``run`` no retornaban el resultado. Tampoco lo "
1147
+ "hacía la llamada a una instancia."
1146
1148
1147
1149
#: ../Doc/library/unittest.rst:780
1148
1150
msgid ""
@@ -1324,6 +1326,8 @@ msgid ""
1324
1326
"Test that *first* and *second* are equal. If the values do not compare "
1325
1327
"equal, the test will fail."
1326
1328
msgstr ""
1329
+ "Testea que *first* y *second* son iguales. Si los valores no comparan como "
1330
+ "iguales, el test fallará."
1327
1331
1328
1332
#: ../Doc/library/unittest.rst:864
1329
1333
msgid ""
@@ -1344,6 +1348,8 @@ msgid ""
1344
1348
":meth:`assertMultiLineEqual` added as the default type equality function for "
1345
1349
"comparing strings."
1346
1350
msgstr ""
1351
+ ":meth:`assertMultiLineEqual` añadido como la función por defecto para "
1352
+ "igualdad de tipos cuando se comparan cadenas."
1347
1353
1348
1354
#: ../Doc/library/unittest.rst:881
1349
1355
msgid ""
@@ -1353,7 +1359,7 @@ msgstr ""
1353
1359
1354
1360
#: ../Doc/library/unittest.rst:887
1355
1361
msgid "Test that *expr* is true (or false)."
1356
- msgstr ""
1362
+ msgstr "Testea que *expr* es verdadero (o falso). "
1357
1363
1358
1364
#: ../Doc/library/unittest.rst:889
1359
1365
msgid ""
@@ -1368,15 +1374,15 @@ msgstr ""
1368
1374
msgid ""
1369
1375
"Test that *first* and *second* evaluate (or don't evaluate) to the same "
1370
1376
"object."
1371
- msgstr ""
1377
+ msgstr "Testea si *first* y *second* evalúan (o no evalúan) al mismo objeto. "
1372
1378
1373
1379
#: ../Doc/library/unittest.rst:908
1374
1380
msgid "Test that *expr* is (or is not) ``None``."
1375
- msgstr ""
1381
+ msgstr "Testea que *expr* es (o no es) ``None``. "
1376
1382
1377
1383
#: ../Doc/library/unittest.rst:916
1378
1384
msgid "Test that *member* is (or is not) in *container*."
1379
- msgstr ""
1385
+ msgstr "Testea que *member* está (o no está) en *container*. "
1380
1386
1381
1387
#: ../Doc/library/unittest.rst:924
1382
1388
msgid ""
@@ -1390,6 +1396,8 @@ msgid ""
1390
1396
"It is also possible to check the production of exceptions, warnings, and log "
1391
1397
"messages using the following methods:"
1392
1398
msgstr ""
1399
+ "Es también posible chequear la producción de excepciones, advertencias y "
1400
+ "mensajes de log usando los siguientes métodos:"
1393
1401
1394
1402
#: ../Doc/library/unittest.rst:938
1395
1403
msgid ":meth:`assertRaises(exc, fun, *args, **kwds) <TestCase.assertRaises>`"
@@ -1787,7 +1795,7 @@ msgstr ""
1787
1795
1788
1796
#: ../Doc/library/unittest.rst:1255
1789
1797
msgid "Used to compare"
1790
- msgstr ""
1798
+ msgstr "Usado para comparar "
1791
1799
1792
1800
#: ../Doc/library/unittest.rst:1257
1793
1801
msgid ":meth:`assertMultiLineEqual(a, b) <TestCase.assertMultiLineEqual>`"