I did a fair amount of work last week with ``coverage.py``. I came up
with a pretty flexible system which suited my own development needs
but is probably useful to a lot of people out there.

I noticed there's already a ticket open for this: <http://
code.djangoproject.com/ticket/4501#comment:10>

I've commented there as well. I was able to run ``runtests.py`` by
simply specifying my test runner as well.

My idea was to make it a third-party plugin app with a custom
``manage.py`` command like ``./manage.py test-coverage [app1
app2.TestCase app3.TestCase.test...]`` instead of modifying the
existing ``test`` command.

In any case, here's the actual HTML output, in addition to the console
report that ``coverage.report()`` outputs.

>From my current project: <http://lehrhaus.55minutes.com/test_report/>
>From ``runtests.py``: <http://test.55minutes.com/test_report/>

Please refer to the ticket <http://code.djangoproject.com/ticket/
4501#comment:10> for more details.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to