Opened 14 years ago

Closed 14 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 Luke Plant, 14 years ago

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).

comment:2 by dbrenneman, 14 years ago

Owner: changed from dbrenneman to russelm

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 Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in [13954] ([13959] for 1.2.X)

Note: See TracTickets for help on using tickets.
Back to Top