You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed most of the tests use unittest.
Is there any interest in porting this over to pytest eventually? This gives several benefits such as parametrization, monkey patching whist maintaining compatibility with unittest and thus allowing for a gradual overhaul.
The added benefits of this is that we would be more in line with the testing practices used by scikit-learn and thus increase compatibility between the two libraries!
The text was updated successfully, but these errors were encountered:
Noticed most of the tests use
unittest
.Is there any interest in porting this over to
pytest
eventually? This gives several benefits such as parametrization, monkey patching whist maintaining compatibility withunittest
and thus allowing for a gradual overhaul.The added benefits of this is that we would be more in line with the testing practices used by
scikit-learn
and thus increase compatibility between the two libraries!The text was updated successfully, but these errors were encountered: