Here is another interesting link:

http://siddhi.blogspot.com/2007/04/code-coverage-for-your-django-code.html

It's a bit old, but it points itself to other interesting links (read
the comments also...)

After reading and testing a bit all these things, I arrive for the
moment at the conclusion that we will have some work to integrate
different parts, but at the end, this will give more flexibility...

I would like to be able to take into account the coverage from
'external' tests also, like web browsing or Selenium scripts... Thus I
need to be able to start and stop manually the recording of
coverage.py (Ned Batchelder) Hope it will be possible... On the other
hand, with this approach, the integration with the Django test support
is not that important...

After that, it's nice to have a copy of the source coloured to see
what part was covered by the tests. That can probably be done with the
code mentioned in the link above.

I spend (loosed) some time testing the coverage functionality in
Netbeans 6.7RC... It worked a bit, but only for doctests (in my OS:
ubuntu)... At the end, it don't worked anymore!! (Menu in grey!!) It
was never possible to mention something like a test root directory
that it maybe need to take more test into account... I still like
Netbeans (for example for the integration with svn)  but will stay in
6.5.

That the progress on my side...

And I still would really appreciate recommendations and feedbacks from
experimented group members.

Thanks in advance,

Michel



On Jun 6, 12:11 pm, kRON <[email protected]> wrote:
> Thanks for posting the links, I'll be sure to try and test it during
> the weekend.
>
> On Jun 5, 1:37 pm, Michelschr <[email protected]> wrote:
>
> > Hello everyone,
>
> > What are the current trends about the best test coverage tools to use
> > with Django?
> > Do you have feedback or recommendations for me?
>
> > Up to now, I founded this links:
>
> >http://opensource.55minutes.com/trac/browser/python/trunk/django/apps...
>
> > and I would be happy if I can receive some light from the community
> > before digging further.
>
> > Thanks in advance,
>
> > Michel
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to