Skip to content

Commit 26dd96c

Browse files
committed
test with pre-commit
1 parent 5ab2fc0 commit 26dd96c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

library/unittest.po

+9-9
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-08-25 11:20+0200\n"
18+
"PO-Revision-Date: 2020-08-25 14:43+0200\n"
1919
"Language-Team: python-doc-es\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -28,7 +28,7 @@ msgstr ""
2828

2929
#: ../Doc/library/unittest.rst:2
3030
msgid ":mod:`unittest` --- Unit testing framework"
31-
msgstr ":mod:`unittest` --- Infraestructura de pruebas unitarias"
31+
msgstr ":mod:`unittest` --- Infraestructura de tests unitarios"
3232

3333
#: ../Doc/library/unittest.rst:12
3434
msgid "**Source code:** :source:`Lib/unittest/__init__.py`"
@@ -39,9 +39,9 @@ msgid ""
3939
"(If you are already familiar with the basic concepts of testing, you might "
4040
"want to skip to :ref:`the list of assert methods <assert-methods>`.)"
4141
msgstr ""
42-
"(Si ya estás familiarizado \n"
43-
" con los conceptos básicos de realización de pruebas, puedes saltar a :ref:"
44-
"`la lista de métodos de aserción <assert-methods>`.)"
42+
"(Si ya estás familiarizado con los conceptos básicos de realización de "
43+
"pruebas, puedes saltar a :ref:`la lista de métodos de aserción <assert-"
44+
"methods>`.)"
4545

4646
#: ../Doc/library/unittest.rst:19
4747
msgid ""
@@ -51,9 +51,9 @@ msgid ""
5151
"for tests, aggregation of tests into collections, and independence of the "
5252
"tests from the reporting framework."
5353
msgstr ""
54-
"La infraestructura de pruebas unitarias :mod:`unittest` se inspiró en "
54+
"La infraestructura de pruebas unitarias :mod:`unittest` se inspiró en "
5555
"primera instancia en JUnit y ofrece aspectos similares a las principales "
56-
"estructuras de pruebas unitarias más importantes de otros lenguajes. Da "
56+
"estructuras de pruebas unitarias más importantes de otros lenguajes. Da "
5757
"soporte a automatización de pruebas, inicialización compartida, código de "
5858
"cierre de las pruebas, agregación de las pruebas en colecciones e "
5959
"independencia de los tests de la infraestructura que los reporta."
@@ -63,8 +63,8 @@ msgid ""
6363
"To achieve this, :mod:`unittest` supports some important concepts in an "
6464
"object-oriented way:"
6565
msgstr ""
66-
"Para conseguir esto, :mod:`unittest` da soporte a ciertos conceptos de "
67-
"importancia de una forma orientada a objetos:"
66+
"Para conseguir esto, :mod:`unittest` da soporte a ciertos conceptos "
67+
"importantes de una forma orientada a objetos:"
6868

6969
#: ../Doc/library/unittest.rst:32
7070
msgid "test fixture"

0 commit comments

Comments
 (0)