Integration and unit tests
It is important to see when applying different testing types is appropriate. In this exercise, you will see them as a whole. You will create integration and unit tests with pytest
for the data pipeline made with pandas
. The pytest
and pandas
packages have already been imported.
This exercise is part of the course
Introduction to Testing in Python
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
