Opened 16 years ago

Closed 16 years ago

#6053 closed (invalid)

Allow django.contrib tests to be in tests/ subdirectory

Reported by: Malcolm Tredinnick Owned by: nobody
Component: Testing framework Version: dev
Severity: 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

A "nice to have item": some of the django.contrib.* directories have a few files in them because of the tests. For example, tests.py, models.py, maybe a urls file as well. These aren't really related to the functionality of the contrib app. It would be nice if we could put those in a tests/ subdirectory.

Change History (1)

comment:1 by Malcolm Tredinnick, 16 years ago

Resolution: invalid
Status: newclosed

Jkocherhans pointed I'm high. This already works.

Note: See TracTickets for help on using tickets.
Back to Top