Opened 14 years ago
Closed 14 years ago
#16608 closed Bug (fixed)
Typo in the doc (Testing Django)
Description ¶
Maybe this is because my works environment is noisy (and also because english is not my mother tongue) but the following sounds strange to me:
https://docs.djangoproject.com/en/dev/topics/testing/#django.test.utils.setup_test_environment
destroy_test_db(old_database_name, verbosity=1)
Destroys the database whose name is in stored in NAME in the DATABASES, and sets NAME to use the provided name.
verbosity has the same behavior as in run_tests().
Change History (4)
by , 14 years ago
Attachment: | 16608.typo-testing-doc.diff added |
---|
comment:1 by , 14 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 14 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [16625]: