Opened 14 years ago
Closed 14 years ago
#14155 closed (fixed)
Remove doctests (and flush calls) from tests
Reported by: | Alex Gaynor | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Keywords: | ||
Cc: | 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
The last ones are in fixture_model_package.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | django-tests-fix.diff added |
---|
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [13622]) Fixed #14155 -- Refactored another doctest suite and call to flush. Thanks to Alex Gaynor for the patch.