Ticket #15876: 15876.diff
File 15876.diff, 527 bytes (added by , 14 years ago) |
---|
-
docs/topics/testing.txt
diff --git docs/topics/testing.txt docs/topics/testing.txt index fb9f6e5..fbc6a7a 100644
restricted subset of the test client API: 1060 1060 ``follows``. Since this is just a factory for producing 1061 1061 requests, it's up to you to handle the response. 1062 1062 1063 * It does not support middleware. Session and authentication 1064 attributes must be supplied by the test itself if required 1065 for the view to function properly. 1066 1063 1067 Example 1064 1068 ~~~~~~~ 1065 1069