Ticket #14274: 14274.diff
File 14274.diff, 744 bytes (added by , 14 years ago) |
---|
-
docs/topics/testing.txt
309 309 but not gracefully. No details of the tests run before the interruption will 310 310 be reported, and any test databases created by the run will not be destroyed. 311 311 312 .. note:: 313 It is a good idea to run your application's tests with 314 ``python -Wall manage.py test`` to catch deprecation 315 warnings that might be in your code. This is useful before 316 an upgrade, as well to catch places in your code that might 317 have a better implementation. 318 319 312 320 Running tests outside the test runner 313 321 ------------------------------------- 314 322