#16122: Unify the modeltests, regressiontest test directories hierarchies
-------------------------------------+-------------------------------------
               Reporter:  ramiro     |          Owner:  nobody
                   Type:             |         Status:  new
  Cleanup/optimization               |      Component:  Testing framework
              Milestone:  1.4        |       Severity:  Normal
                Version:  SVN        |       Keywords:
             Resolution:             |      Has patch:  1
           Triage Stage:  Accepted   |    Needs tests:  0
    Needs documentation:  0          |  Easy pickings:  0
Patch needs improvement:  0          |
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
Changes (by julien):

 * ui_ux:   => 0


Comment:

 I don't think there's a need for splitting out qunit tests at that level,
 as those are supposed to be embedded inside each app. I think it would
 more likely be something like:

 {{{
 +- django
 +- tests +- apps +- admin_changelist +- qunit +- ...
                  |                   +- __init__.py
                  |                   +- models.py
                  |                   +- tests.py
                  +- admin_filter
                  +- ...
 }}}

 It could also do without the `apps/` folder and simply have all the test
 apps right under `tests/`

 Also, in sebleier's branch, the qunit tests are expected to be in a
 `my_app/tests/javascript/` folder but a more explicit `my_app/tests/qunit`
 might be better in case Django supports other javascript testing
 frameworks in the future.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16122#comment:6>
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.

Reply via email to