Skip to content

Commit 550b1de

Browse files
committed
Start translating library/unittest.po
1 parent 28d08a3 commit 550b1de

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

library/unittest.po

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2018-09-15 21:52+0200\n"
9-
"PO-Revision-Date: 2018-09-27 11:28+0200\n"
9+
"PO-Revision-Date: 2018-11-04 23:33+0100\n"
1010
"Last-Translator: Lowic Mangin <louis.gabriel@orange.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 1.5.4\n"
16+
"X-Generator: Poedit 2.1.1\n"
1717

1818
#: ../Doc/library/unittest.rst:2
1919
msgid ":mod:`unittest` --- Unit testing framework"
@@ -295,23 +295,30 @@ msgstr ""
295295

296296
#: ../Doc/library/unittest.rst:158
297297
msgid "Command-Line Interface"
298-
msgstr ""
298+
msgstr "Interface en ligne de commande"
299299

300300
#: ../Doc/library/unittest.rst:160
301301
msgid ""
302302
"The unittest module can be used from the command line to run tests from "
303303
"modules, classes or even individual test methods::"
304304
msgstr ""
305+
"Le module *unittest* est utilisable depuis la ligne de commande pour "
306+
"exécuter des tests à partir de modules, de classes ou même de méthodes de "
307+
"test individuelles: ::"
305308

306309
#: ../Doc/library/unittest.rst:167
307310
msgid ""
308311
"You can pass in a list with any combination of module names, and fully "
309312
"qualified class or method names."
310313
msgstr ""
314+
"La commande accepte en argument une liste de n'importe quelle combinaison de "
315+
"noms de modules et de noms de classes ou de méthodes entièrement qualifiés."
311316

312317
#: ../Doc/library/unittest.rst:170
313318
msgid "Test modules can be specified by file path as well::"
314319
msgstr ""
320+
"Les modules de test peuvent également être spécifiés par un chemin de "
321+
"fichier: ::"
315322

316323
#: ../Doc/library/unittest.rst:174
317324
msgid ""
@@ -321,27 +328,40 @@ msgid ""
321328
"separators into '.'. If you want to execute a test file that isn't "
322329
"importable as a module you should execute the file directly instead."
323330
msgstr ""
331+
"Cette fonctionnalité permet d'utiliser la complétion de l'interpréteur de "
332+
"commandes pour spécifier le module de test. Le chemin est converti en nom de "
333+
"module en supprimant le '.py' et en convertissant les séparateurs de chemin "
334+
"en '.'. Si vous voulez exécuter un fichier test qui n'est pas importable en "
335+
"tant que module, exécutez directement le fichier."
324336

325337
#: ../Doc/library/unittest.rst:180
326338
msgid ""
327339
"You can run tests with more detail (higher verbosity) by passing in the -v "
328340
"flag::"
329341
msgstr ""
342+
"Pour obtenir plus de détails lors de l'exécution utilisez l'option `-v` "
343+
"(plus de verbosité): ::"
330344

331345
#: ../Doc/library/unittest.rst:184
332346
msgid ""
333347
"When executed without arguments :ref:`unittest-test-discovery` is started::"
334348
msgstr ""
349+
"Quand la commande est exécutée sans arguments :ref:`unittest-test-discovery` "
350+
"est lancée: ::"
335351

336352
#: ../Doc/library/unittest.rst:188
337353
msgid "For a list of all the command-line options::"
338354
msgstr ""
355+
"Pour afficher la liste de toutes les options de la commande utilisez "
356+
"l'option `-h`: ::"
339357

340358
#: ../Doc/library/unittest.rst:192
341359
msgid ""
342360
"In earlier versions it was only possible to run individual test methods and "
343361
"not modules or classes."
344362
msgstr ""
363+
"Dans les versions antérieures, il était seulement possible d'exécuter des "
364+
"méthodes de test individuelles et non des modules ou des classes."
345365

346366
#: ../Doc/library/unittest.rst:198
347367
msgid "Command-line options"

0 commit comments

Comments
 (0)