#20274 closed Cleanup/optimization (fixed)
Missing create_test_db & destroy_test_db in django.test.utils
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
https://docs.djangoproject.com/en/dev/topics/testing/advanced/
Under Testing utilities
There are two functions, create_test_db & destroy_test_db, that do not exist in the django.test.utils but show up in the doc.
Change History (3)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Bug → Cleanup/optimization |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
These two functions are preceded by the following paragraph which explains their origin:
The creation module of the database backend (connection.creation) also provides some utilities that can be useful during testing.
It might not be very clear at first sight that this sentence introduces the following function documentations. Maybe just ending the sentence with
:
would be enough?