Skip to content

Fuzzy in library/unittest.po #1602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 28, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
rewrap
  • Loading branch information
JulienPalard committed Apr 28, 2021
commit 2bc169d737d64b88629df9e8a7058f145592a329
8 changes: 4 additions & 4 deletions library/unittest.po
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,8 @@ msgid ""
msgstr ""
"La découverte de test dans des :term:`paquets-espace de nommage <namespace "
"package>` est possible, mais le dossier racine doit être donné "
"explicitement. (par exemple ``python -m unittest discover -s root/namespace "
"-t root``)."
"explicitement. (par exemple ``python -m unittest discover -s root/namespace -"
"t root``)."

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

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