#4501: Coverage support for tests
----------------------------------------+-----------------------------------
Reporter: [email protected] | Owner: ericholscher
Status: new | Milestone: 1.2
Component: Testing framework | Version: SVN
Resolution: | Keywords: gsoc
Stage: Accepted | Has_patch: 0
Needs_docs: 1 | Needs_tests: 1
Needs_better_patch: 1 |
----------------------------------------+-----------------------------------
Comment (by qingfeng):
4501-coverage-2.diff is error.
{{{
use_coverage = start_coverage(verbosity)
}}}
use_coverage is None.
Change:
{{{
start_coverage(verbosity)
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/4501#comment:17>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---