To test my Python package I run in the source directory:
python setup.py test
If I understand correctly this tests the code in the source directory, not the installed package.
How can I test if the installation was successful. Is it possible (or even common practice) to run the test suite on the installed packages?