#13895 closed (fixed)
Remove doctests from aggregates_regress test
| Reported by: | Alex Gaynor | Owned by: | nobody |
|---|---|---|---|
| Component: | Testing framework | Version: | 1.2 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
We have always been at war with doctests.
Attachments (1)
Change History (4)
by , 15 years ago
| Attachment: | django-aggregation-regress-tests.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 [13614]) Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gaynor for the patch.