Open SidraFirdous opened 6 years ago
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...
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.
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?