#12574: all tests pass when there broken tests becase they are skipped
----------------------------------------+-----------------------------------
Reporter: CarlFK | Owner: nobody
Status: new | Milestone:
Component: Testing framework | Version: SVN
Resolution: | Keywords:
Stage: Unreviewed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------+-----------------------------------
Changes (by CarlFK):
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
to see the bug in action:
{{{
echo foo >> modeltests/empty/models.py
./runtests.py --settings sets_sqlite -v 1
}}}
If you do -v 0 (the default), then you will see the stack dump ending in
{{{
NameError: name 'foo' is not defined
}}}
but also see: OK (which means 'all tests passed') (which is the bug).
--
Ticket URL: <http://code.djangoproject.com/ticket/12574#comment:1>
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.