Subject: | Coverage +NYTProf broken w/ MXD |
http://gist.github.com/183614
Has a test-case to replicate this behaviour.
Essentially, methods don't turn up where they should, don't have the
right names, and tend towards giving 100% coverage even when they
haven't been run.
git clone git://gist.github.com/183614.git
cd 183614
make coverage
$WEBBROWSER cover_db/TestCase-pm.html
make profile
$WEBBROWSER nytprof/index.html
Should give you an idea.