Re: Code generation

2009-08-10 Thread Michelschr
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

Re: Finding a Django expert to review my code

2009-07-31 Thread Michelschr
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

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
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

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