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

Add an empty __init__.py file into the tests folder. #20

Merged
merged 1 commit into from
May 10, 2016

Conversation

arokem
Copy link
Contributor

@arokem arokem commented May 6, 2016

Otherwise, find_packages doesn't recognize it and it doesn't get
installed together with the rest of the library.

Otherwise, find_packages doesn't recognize it and it doesn't get
installed together with the rest of the library.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling a4fda9a on arokem:install-tests into 5b72257 on scikit-learn-contrib:master.

@arokem
Copy link
Contributor Author

arokem commented May 6, 2016

Sadly, even with this nosetests doesn't see the tests when running it on the installed software. That is, if I run python setup.py install in here, it copies the tests into the right place, but then when I run nosetests skltemplate, it doesn't see any of the tests. Does anyone know how to get around that?

@vighneshbirodkar vighneshbirodkar merged commit 5da57b3 into scikit-learn-contrib:master May 10, 2016
@vighneshbirodkar
Copy link
Member

@arokem I am working on adding AppVeyor tests in windows, I hope I will have the answer soon. Thanks for your contribution.

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

Successfully merging this pull request may close these issues.

None yet

3 participants