Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#25451 closed Cleanup/optimization (fixed)

Docs: Please tell new users where to store their test code

Reported by: Thomas Güttler Owned by: nobody
Component: Documentation Version: 1.8
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Please add a simple line and tell new users where to store
their test code:

https://docs.djangoproject.com/en/1.8/topics/testing/overview/

I guess there are thousand ways. What is the sane default?

Change History (6)

comment:1 by Tim Graham, 9 years ago

The startproject template creates a tests.py file in each application and the testing tutorial covers this. Does something else need to be said?

comment:2 by Tim Graham, 9 years ago

Triage Stage: UnreviewedAccepted

I had some ideas: PR for review.

comment:3 by Claude Paroz, 9 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 53e89ce:

Fixed #25451 -- Added advice about organizing tests.

comment:5 by Tim Graham <timograham@…>, 9 years ago

In 2ca137e2:

[1.8.x] Fixed #25451 -- Added advice about organizing tests.

Backport of 53e89ce2e71411ff9d1c3fd6f2b10d052a4aeace from master

comment:6 by Tim Graham <timograham@…>, 9 years ago

In f2f4f1c:

[1.9.x] Fixed #25451 -- Added advice about organizing tests.

Backport of 53e89ce2e71411ff9d1c3fd6f2b10d052a4aeace from master

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