Skip to content

Commit 4817198

Browse files
committed
progress to 73%
1 parent 88eb9f0 commit 4817198

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

library/unittest.po

+21-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgstr ""
1515
"Project-Id-Version: Python 3.8\n"
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
18-
"PO-Revision-Date: 2020-10-08 19:16+0200\n"
18+
"PO-Revision-Date: 2020-10-10 13:02+0200\n"
1919
"Language-Team: python-doc-es\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2375,6 +2375,8 @@ msgstr ""
23752375
#: ../Doc/library/unittest.rst:1518
23762376
msgid "This method accepts a coroutine that can be used as a cleanup function."
23772377
msgstr ""
2378+
"Este método acepta una corutina que puede ser utilizada como función de "
2379+
"limpieza."
23782380

23792381
#: ../Doc/library/unittest.rst:1522
23802382
msgid ""
@@ -2385,6 +2387,12 @@ msgid ""
23852387
"`run`'s caller. At the end of the test all the tasks in the event loop are "
23862388
"cancelled."
23872389
msgstr ""
2390+
"Establece un nuevo bucle de eventos para ejecutar el test, recogiendo el "
2391+
"resultado en el objeto :class:`TestResult` pasado como *result*. Si se "
2392+
"omite *result* o ``None``, se crea un objeto resultado temporal (llamando al "
2393+
"método :meth:`defaultTestResult``) y se utiliza. El objeto resultante se "
2394+
"devuelve al invocado de :meth:`run``. Al final del test se cancelan todas "
2395+
"las tareas del bucle de eventos."
23882396

23892397
#: ../Doc/library/unittest.rst:1530
23902398
msgid "An example illustrating the order::"
@@ -2395,6 +2403,8 @@ msgid ""
23952403
"After running the test, ``events`` would contain ``[\"setUp\", \"asyncSetUp"
23962404
"\", \"test_response\", \"asyncTearDown\", \"tearDown\", \"cleanup\"]``."
23972405
msgstr ""
2406+
"Después de ejecutar el test, ``events`` contendría ``[“setUp”, "
2407+
"“asyncSetUp”, “test_response”, “asyncTearDown”, “tearDown”, “cleanup”]``."
23982408

23992409
#: ../Doc/library/unittest.rst:1571
24002410
msgid ""
@@ -2404,17 +2414,26 @@ msgid ""
24042414
"test cases using legacy test code, allowing it to be integrated into a :mod:"
24052415
"`unittest`-based test framework."
24062416
msgstr ""
2417+
"Esta clase implementa la porción de la interfaz :class:`TestCase` que "
2418+
"permite al corredor de tests conducir los tests, pero no proporciona los "
2419+
"métodos que el código de test puede utilizar para comprobar e informar de "
2420+
"los errores. Se utiliza para crear casos de test utilizando código de "
2421+
"prueba heredado, lo que permite que se integre en un marco de tests basado "
2422+
"en :mod:`unittest`."
24072423

24082424
#: ../Doc/library/unittest.rst:1581
24092425
msgid "Deprecated aliases"
2410-
msgstr "Alias deprecados"
2426+
msgstr "Alias obsoletos"
24112427

24122428
#: ../Doc/library/unittest.rst:1583
24132429
msgid ""
24142430
"For historical reasons, some of the :class:`TestCase` methods had one or "
24152431
"more aliases that are now deprecated. The following table lists the correct "
24162432
"names along with their deprecated aliases:"
24172433
msgstr ""
2434+
"Por razones históricas, algunos de los métodos de :class:`TestCase` tenían "
2435+
"uno o más alias que ahora están obsoletos. La siguiente tabla lista los "
2436+
"nombres correctos junto con sus alias obsoletos:"
24182437

24192438
#: ../Doc/library/unittest.rst:1588
24202439
msgid "Method Name"

0 commit comments

Comments
 (0)