Ticket #3051: testing_skipping_manage_py.diff
File testing_skipping_manage_py.diff, 611 bytes (added by , 15 years ago) |
---|
-
docs/topics/testing.txt
311 311 but not gracefully. No details of the tests run before the interruption will 312 312 be reported, and any test databases created by the run will not be destroyed. 313 313 314 .. note:: 315 316 You can also skip the ``manage.py`` file by including ``from django.test.utils 317 import setup_test_environment`` and calling ``setup_test_environment()`` before 318 running your tests. 319 314 320 The test database 315 321 ----------------- 316 322