Changeset 5387
- Timestamp:
- 05/30/07 23:30:40 (2 years ago)
- Files:
-
- django/trunk/docs/testing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/testing.txt
r5383 r5387 148 148 "pythonic". It's designed to make writing tests as easy as possible, so 149 149 there's no overhead of writing classes or methods; you simply put tests in 150 docstrings. This gives the added advantage of giv enyour modules automatic150 docstrings. This gives the added advantage of giving your modules automatic 151 151 documentation -- well-written doctests can kill both the documentation and the 152 152 testing bird with a single stone.
