Opened 13 years ago

Closed 13 years ago

#17265 closed New feature (duplicate)

allow test management command to accept list of tests to exclude

Reported by: Preston Holmes Owned by: nobody
Component: Testing framework Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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

Change History (1)

comment:1 by Julien Phalip, 13 years ago

Resolution: duplicate
Status: newclosed

This was actually already reported in #13873. See also #8363.

Note: See TracTickets for help on using tickets.
Back to Top