Opened 12 years ago
Closed 12 years ago
#19183 closed Uncategorized (duplicate)
Django tutorial
Reported by: | Daniele Procida | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | 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
The Django tutorial:
- https://docs.djangoproject.com/en/1.4/intro/tutorial01/
- https://docs.djangoproject.com/en/1.4/intro/tutorial02/
- https://docs.djangoproject.com/en/1.4/intro/tutorial03/
- https://docs.djangoproject.com/en/1.4/intro/tutorial04/
has one glaring omission: testing.
If no-one else has already embarked on the task, I would like to write up and contribute some documentation based on testing the application as it stands in the tutorial. It's not mentioned in the "coming soon" section (1.4, it's gone from dev), so I assume not.
After writing Django code for more than three years I have only just learned how to do tests, and understood what they are for, despite several abortive previous attempts. It's something I wish I had understood much earlier.
Please let me know whether a section on tests in the tutorial would be appropriate.
See #9962