Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18ac513

Browse files
committed
Traducido archivo library/unittest.mock
1 parent 7b567a7 commit 18ac513

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

TRANSLATORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Jaime Rodrigo González Rodríguez (@jairock282)
110110
Jaume Montané (@jaumemy)
111111
Javier Artiga Garijo (@jartigag)
112112
Javier Daza (@javierdaza)
113+
Jimmy Tzuc (@JimmyTzuc)
113114
Jhonatan Barrera (@iam3mer)
114115
Jonathan Aguilar (@drawsoek)
115116
Jorge Luis McDonald Stevens (@jmaxter)

library/unittest.mock.po

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2021-10-29 22:00-0500\n"
14+
"PO-Revision-Date: 2023-05-02 21:52-0600\n"
1515
"Last-Translator: Pedro Aarón <[email protected]>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.10.3\n"
23+
"X-Generator: Poedit 3.2.2\n"
2324

2425
#: ../Doc/library/unittest.mock.rst:3
2526
msgid ":mod:`unittest.mock` --- mock object library"
@@ -386,6 +387,10 @@ msgid ""
386387
"`AttributeError`. Passing ``unsafe=True`` will allow access to these "
387388
"attributes."
388389
msgstr ""
390+
"*unsafe*: Por defecto, el acceso a cualquier atributo cuyo nombre comience "
391+
"por *assert*, *assret*, *asert*, *aseert* o *assrt* generará un error :exc:"
392+
"`AttributeError`. Si se pasa ``unsafe=True`` se permitirá el acceso a estos "
393+
"atributos."
389394

390395
#: ../Doc/library/unittest.mock.rst:272
391396
msgid ""
@@ -2734,9 +2739,9 @@ msgstr ""
27342739

27352740
#: ../Doc/library/unittest.mock.rst:2248
27362741
msgid ""
2737-
"``call_list`` is particularly useful for making assertions on \"chained "
2738-
"calls\". A chained call is multiple calls on a single line of code. This "
2739-
"results in multiple entries in :attr:`~Mock.mock_calls` on a mock. Manually "
2742+
"``call_list`` is particularly useful for making assertions on \"chained calls"
2743+
"\". A chained call is multiple calls on a single line of code. This results "
2744+
"in multiple entries in :attr:`~Mock.mock_calls` on a mock. Manually "
27402745
"constructing the sequence of calls can be tedious."
27412746
msgstr ""
27422747
"``call_list`` es particularmente útil para hacer aserciones sobre \"llamadas "

0 commit comments

Comments
 (0)