@@ -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-10-07 09:33 +0200\n "
18
+ "PO-Revision-Date : 2020-10-08 19:16 +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 "
@@ -2527,22 +2527,30 @@ msgstr "assertRaisesRegexp"
2527
2527
#: ../Doc/library/unittest.rst:1602
2528
2528
msgid "The fail* aliases listed in the second column have been deprecated."
2529
2529
msgstr ""
2530
+ "Los alias de fail* que figuran en la segunda columna han sido declarados "
2531
+ "obsoletos."
2530
2532
2531
2533
#: ../Doc/library/unittest.rst:1604
2532
2534
msgid "The assert* aliases listed in the third column have been deprecated."
2533
2535
msgstr ""
2536
+ "Los alias de aserción* que figuran en la tercera columna han sido declarados "
2537
+ "obsoletos."
2534
2538
2535
2539
#: ../Doc/library/unittest.rst:1606
2536
2540
msgid ""
2537
2541
"``assertRegexpMatches`` and ``assertRaisesRegexp`` have been renamed to :"
2538
2542
"meth:`.assertRegex` and :meth:`.assertRaisesRegex`."
2539
2543
msgstr ""
2544
+ "``assertRegexpMatches`` y ``assertRaisesRegexp`` han sido renombrados a :"
2545
+ "meth:`.assertRegex` y :meth:`.assertRaisesRegex`."
2540
2546
2541
2547
#: ../Doc/library/unittest.rst:1609
2542
2548
msgid ""
2543
2549
"The ``assertNotRegexpMatches`` name is deprecated in favor of :meth:`."
2544
2550
"assertNotRegex`."
2545
2551
msgstr ""
2552
+ "El nombre ``assertNotRegexpMatches`` se ha declarado obsoleto en favor de :"
2553
+ "meth:`.assertNotRegex`."
2546
2554
2547
2555
#: ../Doc/library/unittest.rst:1615
2548
2556
msgid "Grouping tests"
@@ -2555,13 +2563,22 @@ msgid ""
2555
2563
"it to be run as any other test case. Running a :class:`TestSuite` instance "
2556
2564
"is the same as iterating over the suite, running each test individually."
2557
2565
msgstr ""
2566
+ "Esta clase representa una agregación de casos de test individuales y "
2567
+ "conjuntos de tests. La clase presenta la interfaz que necesita el corredor "
2568
+ "de tests para poder ser ejecutado como cualquier otro caso de test. "
2569
+ "Ejecutar una instancia :class:`TestSuite` es lo mismo que iterar sobre el "
2570
+ "conjunto, ejecutando cada test individualmente."
2558
2571
2559
2572
#: ../Doc/library/unittest.rst:1624
2560
2573
msgid ""
2561
2574
"If *tests* is given, it must be an iterable of individual test cases or "
2562
2575
"other test suites that will be used to build the suite initially. Additional "
2563
2576
"methods are provided to add test cases and suites to the collection later on."
2564
2577
msgstr ""
2578
+ "Si se indican *tests*, debe ser un iterable de casos de test individuales u "
2579
+ "otros conjuntos de tests que se usarán para construir el conjunto "
2580
+ "inicialmente. Se proporcionan métodos adicionales para añadir casos de test "
2581
+ "y conjuntos a la colección más adelante."
2565
2582
2566
2583
#: ../Doc/library/unittest.rst:1628
2567
2584
msgid ""
0 commit comments