#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 |
-------------------------------------+-------------------------------------
Comment (by ramiro):
Yes forgot to add a note about that. Jannis tweeted a pointer to
[https://github.com/sebleier/django/compare/master...feature%2Fq-unit this
work] to incorporate QUnit to test !JavaScript code. Sean Bleier proposes
there to use a `tests/python/{modeltests,regressiontests}/<actual test
dirs>` structure.
Maybe we can do away with the `{modeltests,regressiontests}/` part and
simply have `python`?:
{{{
+- django
+- tests +- python +- admin_changelist
| +- admin_filter
| +- ...
|
+- qunit -+ ...
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/16122#comment:4>
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.