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.
Este ejercicio forma parte del curso
Developing Python Packages
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
