-
Notifications
You must be signed in to change notification settings - Fork 22
docs(guide): french translation of the testing configuration guide #84
base: master
Are you sure you want to change the base?
Conversation
- write a test plan in code | ||
- écire un plan de test dans le code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
écrire*
écrire un plan de test en code ?
écrire le code d'un plan de test ?
coder un plan de test ?
|
||
It’s a big agenda. Fortunately, you can learn a little bit at a time and put each lesson to use. | ||
C'est un gros agenda. Heureusement, vous pouvez apprendre petit à petit et mettre chaque leçon en pratique. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
un "vaste programme" plutot qu'un "gros agenda" ?
:marked | ||
The Unit Testing chapters build upon each other. We recommend reading them in order. | ||
|
||
Chaque châpitre sur les tests unitaires se base sur le précédent. Nous recommendons de les lires dans l'ordre. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lire sans 's'
We're also assuming that you're already comfortable with basic Angular 2 concepts and the tools | ||
we introduced in the [QuickStart](../quickstart.html) and | ||
the [Tour of Heroes](../tutorial/) tutorial | ||
such as <code>npm</code>, <code>gulp</code>, and <code>lite-server</code>. | ||
|
||
Nous nous attendons à ce que vous soyez déja habitué aux concepts basiques d'Angular 2 et aux outils | ||
que nous avons présentés dans le [Démarrage rapide]](../quickstart.html) et le | ||
tutoriel [Tour des héros](../tutorial/) comme <code>npm</code>, <code>gulp</code>, and <code>lite-server</code>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and lite-server</code
The description should be sufficient to identify the tested application part and its source file. Almost any convention will do as long as you and your team follow it consistently and are never confused. | ||
|
||
La description doit être suffisante pour identifier la partie testée et son fichier source. Presque toutes les conventions feront l'affaire, temps que vous et votre équipe les suivez correctements et que vous n' êtes jamais perdus. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
temps que
=> tant que
correctement
sans 's'
**Create** a new file, ** `hero.spec.ts` ** in `app` next to `hero.ts`. | ||
|
||
**Créez** un nouveau fichié, ** `hero.spec.ts` ** dans `app` à coté de `hero.ts`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fichier
Notice the ".spec" suffix in the test file's filename, appended to the name of the file holding the application part we're testing. | ||
|
||
Notez le ".spec" suffixe dans le nom du fichier de test, ajouté au nom du fichier contenant la partie de l'application que nous testons. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
le suffixe ".spec"
Thank you for submitting this PR...
Please check if the PR fulfills these requirements
Please provide the issue number?
issue #21
Did you finish translating the whole issue?
What kind of change does this PR introduce? (check one with "x")
Other information: