Hi,
You can have a look in the book "Pro Django" from Marty Alchin.
For example: p.46 "How Django Processes Model classes"...
It seems we are following parallel tracks...
Hope it helps...
Michel
On Aug 9, 3:48 pm, sjtirtha wrote:
> Hi Joshua,
>
> thank you for your response.
> It means the
Another approach: if you don't have it yet, start by writing tests,
targeting a coverage of your code greater than 95%.
Tests are very useful for a lot of reasons, specially to ease the
evolution of your code... And in your situation, writing the tests
will lead you to review your code by yoursel
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
group members.
Thanks in advance,
Michel
On Jun 6, 12:11 pm, kRON 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 wrote:
>
> > Hello everyone,
>
> > What are the current trends about
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
5 matches
Mail list logo