Ticket #14168: testing_docs.patch
File testing_docs.patch, 506 bytes (added by , 14 years ago) |
---|
-
docs/topics/testing.txt
diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt index 9c1d8b2..eacd691 100644
a b cause of an failure in your test suite. 1266 1266 ``target_status_code`` will be the url and status code for the final 1267 1267 point of the redirect chain. 1268 1268 1269 .. method:: TestCase.assertQuerysetEqual( response,qs, values, transform=repr)1269 .. method:: TestCase.assertQuerysetEqual(qs, values, transform=repr) 1270 1270 1271 1271 .. versionadded:: 1.3 1272 1272