Opened 14 years ago
Closed 14 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
Note:
See TracTickets
for help on using tickets.
This was actually already reported in #13873. See also #8363.