ESSS / pytest-regressions

Pytest plugin for regression testing: https://pytest-regressions.readthedocs.io
MIT License
179 stars 35 forks source link

fix: check instance instead of types #137

Closed 12rambau closed 1 year ago

12rambau commented 1 year ago

Fixes #136

I didn't even needd to change any of the tests. classes inheriting from pandas Dataframe will now work as well and not only vanilla pandas.

nicoddemus commented 1 year ago

I agree we do not need tests for that specifically, thanks, but a change log entry is warranted, could you add one?

12rambau commented 1 year ago

I simply need to add an entry in the unreleased section of the changelog ?