Skip to content

Commit 2bc169d

Browse files
committed
rewrap
1 parent 7edd80c commit 2bc169d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/unittest.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,8 @@ msgid ""
597597
msgstr ""
598598
"La découverte de test dans des :term:`paquets-espace de nommage <namespace "
599599
"package>` est possible, mais le dossier racine doit être donné "
600-
"explicitement. (par exemple ``python -m unittest discover -s root/namespace "
601-
"-t root``)."
600+
"explicitement. (par exemple ``python -m unittest discover -s root/namespace -"
601+
"t root``)."
602602

603603
#: library/unittest.rst:341
604604
msgid "Organizing test code"
@@ -956,8 +956,8 @@ msgid ""
956956
"a failure."
957957
msgstr ""
958958
"Marque le test comme étant un erreur attendue (assertion ou exception). Si "
959-
"le test échoue, c'est considéré comme un succès. S'il passe, c'est "
960-
"considéré comme étant un échec."
959+
"le test échoue, c'est considéré comme un succès. S'il passe, c'est considéré "
960+
"comme étant un échec."
961961

962962
#: library/unittest.rst:604
963963
msgid "This exception is raised to skip a test."

0 commit comments

Comments
 (0)