Running your tests
One of your collaborators has just made some changes to your code which has introduced an error. This can happen in the wild, but if you have written tests you will easily be able to find out where this error has come from.
In the exercise, you will use pytest
to search for that error in your package and fix it.
Cet exercice fait partie du cours
Developing Python Packages
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
