@@ -6,7 +6,7 @@ msgstr ""
66"Project-Id-Version : Python 3.6\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2019-10-09 17:54+0200\n "
9- "PO-Revision-Date : 2019-12-01 23:07 +0100\n "
9+ "PO-Revision-Date : 2019-12-01 23:16 +0100\n "
1010"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
1111"Language : fr\n "
1212"MIME-Version : 1.0\n "
@@ -25,11 +25,11 @@ msgstr "Utilisation de Mock ou l'art de singer"
2525
2626#: ../Doc/library/unittest.mock-examples.rst:30
2727msgid "Mock Patching Methods"
28- msgstr "Émulation des méthodes"
28+ msgstr "Simulation des méthodes"
2929
3030#: ../Doc/library/unittest.mock-examples.rst:32
3131msgid "Common uses for :class:`Mock` objects include:"
32- msgstr "Usages courant de :class:`Mock`:"
32+ msgstr "Usages courant de :class:`Mock` :"
3333
3434#: ../Doc/library/unittest.mock-examples.rst:34
3535msgid "Patching methods"
@@ -52,7 +52,7 @@ msgid ""
5252"Once our mock has been used (``real.method`` in this example) it has methods "
5353"and attributes that allow you to make assertions about how it has been used."
5454msgstr ""
55- "Une fois notre objet \" simulacre\" appelé (via ``real.method`` dans notre "
55+ "Une fois notre objet simulacre appelé (via ``real.method`` dans notre "
5656"exemple), il fournit des méthodes et attributs permettant de valider comment "
5757"il a été appelé."
5858
@@ -77,19 +77,19 @@ msgstr ""
7777"Une fois l'objet Mock appelé, son attribut :attr:`~Mock.called` est défini à "
7878"``True``. Qui plus est, nous pouvons utiliser les méthodes :meth:`~Mock."
7979"assert_called_with` ou :meth:`~Mock.assert_called_once_with` pour contrôler "
80- "qu'il a été appelé avec le nombre d' arguments attendu ."
80+ "qu'il a été appelé avec les bons arguments."
8181
8282#: ../Doc/library/unittest.mock-examples.rst:59
8383msgid ""
8484"This example tests that calling ``ProductionClass().method`` results in a "
8585"call to the ``something`` method:"
8686msgstr ""
87- "Cet exemple teste que l'appel de la méthode ``something`` implique bien "
88- "celui de la méthode ``ProductionClass().method`` :"
87+ "Cet exemple teste que l'appel de la méthode ``ProductionClass().method`` "
88+ "implique bien celui de la méthode ``something`` :"
8989
9090#: ../Doc/library/unittest.mock-examples.rst:76
9191msgid "Mock for Method Calls on an Object"
92- msgstr "Modification s'appliquant aux appels de méthodes sur un objet"
92+ msgstr "S'assurer de la bonne utilisation d' un objet"
9393
9494#: ../Doc/library/unittest.mock-examples.rst:78
9595msgid ""
@@ -135,7 +135,7 @@ msgstr ""
135135
136136#: ../Doc/library/unittest.mock-examples.rst:106
137137msgid "Mocking Classes"
138- msgstr "Émulation des classes"
138+ msgstr "Simulation des classes"
139139
140140#: ../Doc/library/unittest.mock-examples.rst:108
141141msgid ""
0 commit comments