Opened 14 years ago
Closed 14 years ago
#16198 closed Cleanup/optimization (fixed)
model_forms tests are still doctests.
| Reported by: | Gregor Müllegger | Owned by: | nobody |
|---|---|---|---|
| Component: | Testing framework | Version: | 1.3 |
| Severity: | Normal | Keywords: | model_forms, doctests |
| Cc: | Peter van Kampen | Triage Stage: | Ready for checkin |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Refactor model_forms tests to be unittests instead of doctests.
Attachments (2)
Change History (6)
by , 14 years ago
| Attachment: | ticket16198_model_forms_test_refactoring.1.diff added |
|---|
by , 14 years ago
| Attachment: | ticket16198_model_forms_test_refactoring.2.diff added |
|---|
Added Peter van Kampen to AUTHORS file, he did most of the work. Thank you!
comment:1 by , 14 years ago
| Cc: | added |
|---|
comment:2 by , 14 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 14 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Applies cleanly & tests pass. Yay!
Note:
See TracTickets
for help on using tickets.
Sorry previous patch version was just plain wrong.