Skip to content

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.

"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:.

"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" ?

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/

"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 :)

"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/

"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.

"``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

3 participants