#18877: Selecting app for testing - dot in app name
-----------------------------------+--------------------------------------
     Reporter:  rrafal@…           |                    Owner:  nobody
         Type:  Uncategorized      |                   Status:  closed
    Component:  Testing framework  |                  Version:  1.4
     Severity:  Normal             |               Resolution:  invalid
     Keywords:                     |             Triage Stage:  Unreviewed
    Has patch:  0                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+--------------------------------------
Changes (by russellm):

 * status:  new => closed
 * needs_docs:   => 0
 * resolution:   => invalid
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 From Django's point of view, the app isn't called "django.contrib.auth";
 it's called "auth" -- only the last part of the dotted name is used. If
 you want to run the test suite for auth, you should use

 {{{
 ./manage.py test auth
 }}}

 This is something that is quite deep ingrained in the application loading
 infrastructure, so it isn't really plausible to change it.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18877#comment:1>
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to