Steven D'Aprano wrote:
I have a package with some tests. The tests are not part of the package

Do you mean they are not importable, as in

--> from spam import tests

or they are not distributed? Because it seems to me that distributing them would be worthwhile to at least some of the folks downloading your package (assuming you distribute it).

For myself, I do keep my tests in a folder in the package itself -- keeps it out of the way (any necessary files also go there).

~Ethan~
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to