#14470 closed (fixed)
Convert model_admin doctests to unit tests
| Reported by: | Preston Timmons | Owned by: | nobody |
|---|---|---|---|
| Component: | Testing framework | Version: | dev |
| Severity: | Keywords: | testing | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Attached is a patch to convert the modeladmin doctests to unittests. This is tested again 14223 using the test_sqlite settings.
Attachments (1)
Change History (5)
by , 15 years ago
| Attachment: | modeladmin.diff added |
|---|
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [14425]) Fixed #14470 -- Migrated modeladmin doctests. Thanks to Preston Timmons for the patch.