Opened 15 years ago
Closed 15 years ago
#14260 closed (fixed)
conversion of fixtures_regress tests from doctest to unittest format
| Reported by: | dbrenneman | Owned by: | russelm |
|---|---|---|---|
| Component: | Testing framework | Version: | 1.2 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The fixtures_regress test suite are currently in doctest format, they should be unittest format.
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Owner: | changed from to |
|---|
I have created a branch on github with unittests to replace the fixtures_regress doctests here:
http://github.com/dbrenneman/django/compare/fixtures-unittests
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
There are many other examples, and there is currently a Google SOC project to address these and other things.
(The best way I've found to keep track of what has happened is to checkout the github or bitbucket 'django / django' mirrors, and the look at the log of 'soc2010/test-refactor' branch).