Opened 8 years ago

Closed 8 years ago

#26360 closed New feature (worksforme)

add section on testing to django tutorial

Reported by: Becka R. Owned by: nobody
Component: Documentation Version: 1.9
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

No app is complete without testing, and most beginner materials leave this out. This is a great place to introduce this concept as an optional additional unit.

Change History (2)

in reply to:  description comment:1 by Emett Speer, 8 years ago

Replying to beckastar:

No app is complete without testing, and most beginner materials leave this out. This is a great place to introduce this concept as an optional additional unit.

There is testing in the intro tutorial already.

https://docs.djangoproject.com/en/1.9/intro/tutorial05/

comment:2 by Tim Graham, 8 years ago

Component: UncategorizedDocumentation
Resolution: worksforme
Status: newclosed
Type: UncategorizedNew feature
Note: See TracTickets for help on using tickets.
Back to Top