Opened 9 years ago

Closed 9 years ago

#23958 closed Cleanup/optimization (fixed)

Rewrite filter tests as unit tests

Reported by: Preston Timmons Owned by: nobody
Component: Testing framework Version: dev
Severity: Normal 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

This is a followup to #23768 to rewrite the template_tests.filter module tests.

Change History (5)

comment:1 by Preston Timmons, 9 years ago

I added a pull request here:

https://github.com/django/django/pull/3680

comment:2 by Preston Timmons, 9 years ago

Has patch: set

comment:3 by Tim Graham, 9 years ago

Patch needs improvement: set
Triage Stage: UnreviewedAccepted

comment:4 by Preston Timmons, 9 years ago

Patch needs improvement: unset

comment:5 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 5c68870169deec9eff392c53a8e74e3482f02ade:

Fixed #23958 -- Rewrote filter tests as unit tests.

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