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

0 tests #11

Open
SidraFirdous opened this issue Feb 28, 2018 · 2 comments
Open

0 tests #11

SidraFirdous opened this issue Feb 28, 2018 · 2 comments

Comments

@SidraFirdous
Copy link

After the successful installation, when I run "nosetests -v tamkin", I get the following message:

Ran 0 tests in 0.000s

OK

What is going on?

@tovrstra
Copy link
Member

tovrstra commented Mar 1, 2018

This is due to a limitation of nosetest: it cannot discover tests inside the egg file generated by setuptools. We only recently switched to setuptools and forgot to activate a workaround for this. Just a minute...

@tovrstra tovrstra mentioned this issue Mar 1, 2018
@tovrstra
Copy link
Member

I'm going to leave this open because the zip-unsafe hack I was thinking of originally is not suitable. This can be fixed cleanly by switching from nosetests to pytest.

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 a pull request may close this issue.

2 participants