Re: Feedbacks and recommendations about test coverage tools

2009-06-22 Thread Michelschr
Hi, It's easy to receive test coverage information from Django tests. (See below if you search for a solution...) But is it possible to receive the same kind of coverage information from test tools like Windmill (or Selenium)? I believe, it's probably difficult because these tools execute again

Re: Feedbacks and recommendations about test coverage tools

2009-06-06 Thread Michelschr
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 th

Re: Feedbacks and recommendations about test coverage tools

2009-06-06 Thread kRON
Thanks for posting the links, I'll be sure to try and test it during the weekend. On Jun 5, 1:37 pm, Michelschr 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 fou

Feedbacks and recommendations about test coverage tools

2009-06-05 Thread Michelschr
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... http://pypi.python.org/pypi/django-test-co