Changeset 5891
- Timestamp:
- 08/15/07 00:30:23 (1 year ago)
- Files:
-
- django/trunk/docs/testing.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/testing.txt
r5890 r5891 214 214 you: 215 215 216 * If you've been using Python for a while, ``doctest`` will probably feel216 * If you've been using Python for a while, ``doctest`` will probably feel 217 217 more "pythonic". It's designed to make writing tests as easy as possible, 218 218 so it requires no overhead of writing classes or methods. You simply put … … 562 562 tests. 563 563 564 Specifically, a ``Response`` object has the following attributes: :564 Specifically, a ``Response`` object has the following attributes: 565 565 566 566 =============== ==========================================================
