Is there a way to time the execution time of individual Python tests which are run by nosetests ?
You might try the nose plug-in posted here: https://github.com/mahmoudimus/nose-timer (or available via pip / PyPi). You can also use the built-in plugin --with-profile
to do more serious profiling.