#17365: Add optional unittest2 discovery test suite runner
-------------------------------------+-------------------------------------
Reporter: jezdez | Owner: nobody
Type: New feature | Status: new
Component: Testing framework | Version: SVN
Severity: Normal | Resolution:
Keywords: | Triage Stage: Design
Has patch: 0 | decision needed
Needs tests: 0 | Needs documentation: 0
Easy pickings: 0 | Patch needs improvement: 0
| UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by carljm):
Replying to [comment:4 anonymous]:
> IMO this should be the default, entirely replace django's manual test
finding with discovery in both all applications as well as in a (setting?)
defined list of extra places.
Oh, somehow missed that comment. Yeah, that would be another option, to
always do test discovery in all apps, and then have a setting that's a
list of additional locations (`TEST_DIRS`?). The downside of that for me
is that I would really like to have a way to disable running reusable app
tests, and only run the tests internal to my project (whether they are
kept in project-internal apps, or as I tend to prefer, in one tests
directory for the whole project). So I'd like to have some (optional) way
to say "please _don't_ do test discovery in all `INSTALLED_APPS`".
--
Ticket URL: <https://code.djangoproject.com/ticket/17365#comment:7>
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.