Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any interest in moving towards pytest testing framework? #77

Open
cr458 opened this issue Jan 21, 2018 · 1 comment
Open

Any interest in moving towards pytest testing framework? #77

cr458 opened this issue Jan 21, 2018 · 1 comment

Comments

@cr458
Copy link
Contributor

cr458 commented Jan 21, 2018

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!

@reiinakano
Copy link
Owner

There are no current plans to move towards another testing framework. Perhaps if enough users/contributors feel the need to do this..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants