Skip to content

Add beginning of unittest.po #320

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 2 commits into from
Sep 27, 2018
Merged

Add beginning of unittest.po #320

merged 2 commits into from
Sep 27, 2018

Conversation

Louis-Gabriel-TM
Copy link
Contributor

No description provided.


#: ../Doc/library/unittest.rst:12
msgid "**Source code:** :source:`Lib/unittest/__init__.py`"
msgstr ""
msgstr "**Code source:**:source:`Lib/unittest/__init.py__.py`"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il manque un espace avant le : de Code source, et il manque un espace entre ** et :.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aussi, le nom du fichier n'est pas bon, il y a un .py de trop.


#: ../Doc/library/unittest.rst:16
msgid ""
"(If you are already familiar with the basic concepts of testing, you might "
"want to skip to :ref:`the list of assert methods <assert-methods>`.)"
msgstr ""
"(Si vous êtes déjà familier des concepts de base concernant les tests, vous "
"pouvez souhaiter passer à :href:`la liste des méthodes <assert-methods>`.)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est un :ref: pas un :href:.

@@ -37,16 +39,24 @@ msgid ""
"for tests, aggregation of tests into collections, and independence of the "
"tests from the reporting framework."
msgstr ""
"Le *framework* :mod:`unittest` de tests unitaires était au départ inspiré "
"par JUnit et a une saveur analogue aux principaux *frameworks* de tests "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JUnit entre étoiles, ce n'est pas un mot francais.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saveur analogue me gêne, simplement il "ressemble" ?

@@ -37,16 +39,24 @@ msgid ""
"for tests, aggregation of tests into collections, and independence of the "
"tests from the reporting framework."
msgstr ""
"Le *framework* :mod:`unittest` de tests unitaires était au départ inspiré "
"par JUnit et a une saveur analogue aux principaux *frameworks* de tests "
"unitaires des autres langages. Il supporte l'automatisation des tests, le "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/supporte/gère/


#: ../Doc/library/unittest.rst:35
msgid ""
"A :dfn:`test case` is the individual unit of testing. It checks for a "
"specific response to a particular set of inputs. :mod:`unittest` provides a "
"base class, :class:`TestCase`, which may be used to create new test cases."
msgstr ""
"Un :dfn:`cas test` est la composante élémentaire des tests. Il attend une "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/cas/scénario/ ?


#: ../Doc/library/unittest.rst:41
msgid "test suite"
msgstr ""
msgstr "suite de tests"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

emsemble de tests ?


#: ../Doc/library/unittest.rst:53
msgid "Another test-support module with a very different flavor."
msgstr ""
msgstr "Un autre module de test à la saveur très différente."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hum il faut trouver autre chose que saveur :)


#: ../Doc/library/unittest.rst:60
msgid ""
"Third-party unittest frameworks with a lighter-weight syntax for writing "
"tests. For example, ``assert func(10) == 42``."
msgstr ""
"*Frameworks* unittest tierces avec une syntaxe allégée pour l'écriture des "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/unittest/tests unitaires/


#: ../Doc/library/unittest.rst:60
msgid ""
"Third-party unittest frameworks with a lighter-weight syntax for writing "
"tests. For example, ``assert func(10) == 42``."
msgstr ""
"*Frameworks* unittest tierces avec une syntaxe allégée pour l'écriture des "
"tests. Par exemple, ``asser func(10) == 42``."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il manque un t à assert.

@@ -177,6 +227,10 @@ msgid ""
"``test``. This naming convention informs the test runner about which "
"methods represent tests."
msgstr ""
"Un cas test est créé comme classe-fille de :class:`unittest.TestCase`. Les "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*scénario

@Louis-Gabriel-TM
Copy link
Contributor Author

Louis-Gabriel-TM commented Sep 23, 2018 via email

@christopheNan
Copy link
Contributor

christopheNan commented Sep 23, 2018 via email

@Louis-Gabriel-TM
Copy link
Contributor Author

Louis-Gabriel-TM commented Sep 23, 2018 via email

@JulienPalard JulienPalard merged commit 68e6ebe into python:3.7 Sep 27, 2018
@JulienPalard
Copy link
Member

Mergé ! Merci à toi !

@Louis-Gabriel-TM
Copy link
Contributor Author

Louis-Gabriel-TM commented Sep 27, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants