Opened 10 years ago
Closed 10 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)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
| Component: | Uncategorized → Documentation |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
| Type: | Uncategorized → New feature |
Note:
See TracTickets
for help on using tickets.
Replying to beckastar:
There is testing in the intro tutorial already.
https://docs.djangoproject.com/en/1.9/intro/tutorial05/