@@ -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-06 12:11 +0200\n "
18
+ "PO-Revision-Date : 2020-09-09 09:09 +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 "
@@ -1108,6 +1108,9 @@ msgid ""
1108
1108
"``setUpClass`` is called with the class as the only argument and must be "
1109
1109
"decorated as a :func:`classmethod`::"
1110
1110
msgstr ""
1111
+ "Un método de clase llamado antes de que los tests en una clase individual "
1112
+ "sean ejecutados. ``setUpClass`` es llamado con la clase como el único "
1113
+ "argumento y debe ser decorada como :func:`classmethod`::"
1111
1114
1112
1115
#: ../Doc/library/unittest.rst:743 ../Doc/library/unittest.rst:758
1113
1116
msgid "See `Class and Module Fixtures`_ for more details."
@@ -1132,6 +1135,8 @@ msgstr ""
1132
1135
msgid ""
1133
1136
"The same effect may be had by simply calling the :class:`TestCase` instance."
1134
1137
msgstr ""
1138
+ "El mismo efecto puede conseguirse simplemente llamando a la instancia :class:"
1139
+ "`TestCase`."
1135
1140
1136
1141
#: ../Doc/library/unittest.rst:774
1137
1142
msgid ""
@@ -1160,7 +1165,7 @@ msgstr ""
1160
1165
1161
1166
#: ../Doc/library/unittest.rst:796
1162
1167
msgid "See :ref:`subtests` for more information."
1163
- msgstr ""
1168
+ msgstr "Ver :ref:`subtests` para más información. "
1164
1169
1165
1170
#: ../Doc/library/unittest.rst:803
1166
1171
msgid ""
@@ -1265,45 +1270,45 @@ msgstr ":meth:`assertIsNotNone(x) <TestCase.assertIsNotNone>`"
1265
1270
1266
1271
#: ../Doc/library/unittest.rst:837
1267
1272
msgid "``x is not None``"
1268
- msgstr ""
1273
+ msgstr "``x is not None`` "
1269
1274
1270
1275
#: ../Doc/library/unittest.rst:840
1271
1276
msgid ":meth:`assertIn(a, b) <TestCase.assertIn>`"
1272
- msgstr ""
1277
+ msgstr ":meth:`assertIn(a, b) <TestCase.assertIn>` "
1273
1278
1274
1279
#: ../Doc/library/unittest.rst:840
1275
1280
msgid "``a in b``"
1276
- msgstr ""
1281
+ msgstr "``a in b`` "
1277
1282
1278
1283
#: ../Doc/library/unittest.rst:843
1279
1284
msgid ":meth:`assertNotIn(a, b) <TestCase.assertNotIn>`"
1280
- msgstr ""
1285
+ msgstr ":meth:`assertNotIn(a, b) <TestCase.assertNotIn>` "
1281
1286
1282
1287
#: ../Doc/library/unittest.rst:843
1283
1288
msgid "``a not in b``"
1284
- msgstr ""
1289
+ msgstr "``a not in b`` "
1285
1290
1286
1291
#: ../Doc/library/unittest.rst:846
1287
1292
msgid ":meth:`assertIsInstance(a, b) <TestCase.assertIsInstance>`"
1288
- msgstr ""
1293
+ msgstr ":meth:`assertIsInstance(a, b) <TestCase.assertIsInstance>` "
1289
1294
1290
1295
#: ../Doc/library/unittest.rst:846
1291
1296
msgid "``isinstance(a, b)``"
1292
- msgstr ""
1297
+ msgstr "``isinstance(a, b)`` "
1293
1298
1294
1299
#: ../Doc/library/unittest.rst:846 ../Doc/library/unittest.rst:849
1295
1300
#: ../Doc/library/unittest.rst:944 ../Doc/library/unittest.rst:947
1296
1301
#: ../Doc/library/unittest.rst:1151 ../Doc/library/unittest.rst:1154
1297
1302
msgid "3.2"
1298
- msgstr ""
1303
+ msgstr "3.2 "
1299
1304
1300
1305
#: ../Doc/library/unittest.rst:849
1301
1306
msgid ":meth:`assertNotIsInstance(a, b) <TestCase.assertNotIsInstance>`"
1302
- msgstr ""
1307
+ msgstr ":meth:`assertNotIsInstance(a, b) <TestCase.assertNotIsInstance>` "
1303
1308
1304
1309
#: ../Doc/library/unittest.rst:849
1305
1310
msgid "``not isinstance(a, b)``"
1306
- msgstr ""
1311
+ msgstr "``not isinstance(a, b)`` "
1307
1312
1308
1313
#: ../Doc/library/unittest.rst:853
1309
1314
msgid ""
@@ -1388,51 +1393,56 @@ msgstr ""
1388
1393
1389
1394
#: ../Doc/library/unittest.rst:938
1390
1395
msgid ":meth:`assertRaises(exc, fun, *args, **kwds) <TestCase.assertRaises>`"
1391
- msgstr ""
1396
+ msgstr ":meth:`assertRaises(exc, fun, *args, **kwds) <TestCase.assertRaises>` "
1392
1397
1393
1398
#: ../Doc/library/unittest.rst:938
1394
1399
msgid "``fun(*args, **kwds)`` raises *exc*"
1395
- msgstr ""
1400
+ msgstr "``fun(*args, **kwds)`` lanza *exc* "
1396
1401
1397
1402
#: ../Doc/library/unittest.rst:941
1398
1403
msgid ""
1399
1404
":meth:`assertRaisesRegex(exc, r, fun, *args, **kwds) <TestCase."
1400
1405
"assertRaisesRegex>`"
1401
1406
msgstr ""
1407
+ ":meth:`assertRaisesRegex(exc, r, fun, *args, **kwds) <TestCase."
1408
+ "assertRaisesRegex>`"
1402
1409
1403
1410
#: ../Doc/library/unittest.rst:941
1404
1411
msgid "``fun(*args, **kwds)`` raises *exc* and the message matches regex *r*"
1405
- msgstr ""
1412
+ msgstr "``fun(*args, **kwds)`` lanza *exc* y el mensaje coincide con regex *r* "
1406
1413
1407
1414
#: ../Doc/library/unittest.rst:944
1408
1415
msgid ":meth:`assertWarns(warn, fun, *args, **kwds) <TestCase.assertWarns>`"
1409
- msgstr ""
1416
+ msgstr ":meth:`assertWarns(warn, fun, *args, **kwds) <TestCase.assertWarns>` "
1410
1417
1411
1418
#: ../Doc/library/unittest.rst:944
1412
1419
msgid "``fun(*args, **kwds)`` raises *warn*"
1413
- msgstr ""
1420
+ msgstr "``fun(*args, **kwds)`` lanza *warn* "
1414
1421
1415
1422
#: ../Doc/library/unittest.rst:947
1416
1423
msgid ""
1417
1424
":meth:`assertWarnsRegex(warn, r, fun, *args, **kwds) <TestCase."
1418
1425
"assertWarnsRegex>`"
1419
1426
msgstr ""
1427
+ ":meth:`assertWarnsRegex(warn, r, fun, *args, **kwds) <TestCase."
1428
+ "assertWarnsRegex>`"
1420
1429
1421
1430
#: ../Doc/library/unittest.rst:947
1422
1431
msgid "``fun(*args, **kwds)`` raises *warn* and the message matches regex *r*"
1423
1432
msgstr ""
1433
+ "``fun(*args, **kwds)`` lanza *warn* y el mensaje coincide con regex *r*"
1424
1434
1425
1435
#: ../Doc/library/unittest.rst:950
1426
1436
msgid ":meth:`assertLogs(logger, level) <TestCase.assertLogs>`"
1427
- msgstr ""
1437
+ msgstr ":meth:`assertLogs(logger, level) <TestCase.assertLogs>` "
1428
1438
1429
1439
#: ../Doc/library/unittest.rst:950
1430
1440
msgid "The ``with`` block logs on *logger* with minimum *level*"
1431
- msgstr ""
1441
+ msgstr "El bloque ``with`` vuelca sus logs a *logger* con el *level* mínimo. "
1432
1442
1433
1443
#: ../Doc/library/unittest.rst:950
1434
1444
msgid "3.4"
1435
- msgstr ""
1445
+ msgstr "3.4 "
1436
1446
1437
1447
#: ../Doc/library/unittest.rst:957
1438
1448
msgid ""
@@ -1487,7 +1497,7 @@ msgstr ""
1487
1497
1488
1498
#: ../Doc/library/unittest.rst:1005 ../Doc/library/unittest.rst:1073
1489
1499
msgid "or::"
1490
- msgstr ""
1500
+ msgstr "o:: "
1491
1501
1492
1502
#: ../Doc/library/unittest.rst:1010
1493
1503
msgid "Added under the name ``assertRaisesRegexp``."
@@ -1825,7 +1835,7 @@ msgstr ":meth:`assertDictEqual(a, b) <TestCase.assertDictEqual>`"
1825
1835
1826
1836
#: ../Doc/library/unittest.rst:1272
1827
1837
msgid "dicts"
1828
- msgstr "Dicts "
1838
+ msgstr "dicts "
1829
1839
1830
1840
#: ../Doc/library/unittest.rst:1280
1831
1841
msgid ""
@@ -3002,7 +3012,7 @@ msgstr ""
3002
3012
3003
3013
#: ../Doc/library/unittest.rst:2243
3004
3014
msgid "load_tests Protocol"
3005
- msgstr "Protocolo load_tests"
3015
+ msgstr "load_tests protocolo "
3006
3016
3007
3017
#: ../Doc/library/unittest.rst:2247
3008
3018
msgid ""
0 commit comments