molmod / tamkin

TAMkin is a post-processing toolkit for thermochemistry and kinetics analysis.
http://molmod.github.io/tamkin
GNU General Public License v3.0
22 stars 15 forks source link

0 tests #11

Open SidraFirdous opened 6 years ago

SidraFirdous commented 6 years ago

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 commented 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...

tovrstra commented 5 years ago

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.