Test output of plotting methods #175
Labels
good first issue
Good for newcomers
released
Included in a release
testing 🧪
Additional automated tests
The tests for the plotting methods
Column.boxplot
Column.histogram
Table.correlation_heatmap
Table.lineplot
Table.scatterplot
are insufficient. Now that the plotting methods return an
Image
(#159), we can test them more thoroughly:tests/resources/image
.pytest
function to compute the current output of the plotting method.This way we can easily detect regressions, e.g. when we update dependencies.
The text was updated successfully, but these errors were encountered: