#17265: allow test management command to accept list of tests to exclude
-----------------------------------+--------------------
Reporter: ptone | Owner: nobody
Type: New feature | Status: new
Component: Testing framework | Version: SVN
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------------+--------------------
Given some of the issues with Django tests no being completely isolated,
there are times when it would be nice to simple exclude a given set of
tests for one of the installed apps.
Something like
{{{
./manage.py test -e app_to_exclude another_to_exclude
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/17265>
Django <https://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.