Changeset 7032
- Timestamp:
- 01/27/08 20:15:00 (10 months ago)
- Files:
-
- django/trunk/django/test/testcases.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/test/testcases.py
r7023 r7032 109 109 def assertContains(self, response, text, count=None, status_code=200): 110 110 """ 111 Asserts that a response indicates that a page was retr eived111 Asserts that a response indicates that a page was retrieved 112 112 successfully, (i.e., the HTTP status code was as expected), and that 113 113 ``text`` occurs ``count`` times in the content of the response.
