Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#21572 closed Cleanup/optimization (fixed)

Add unit test for django.utils.text.normalize_newlines

Reported by: Vajrasky Kok Owned by: Vajrasky Kok
Component: Uncategorized Version: dev
Severity: Normal Keywords: test
Cc: sky.kok@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Currently there is no unit test for django.utils.text.normalize_newlines.

[sky@localhost django]$ grep -R normalize_newlines tests/*
[sky@localhost django]$

Change History (3)

comment:1 by Vajrasky Kok, 10 years ago

Cc: sky.kok@… added
Has patch: set
Owner: changed from nobody to Vajrasky Kok
Status: newassigned

comment:2 by Vajrasky Kok <sky.kok@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In a1a26690b9c060e2ba1cf6437d5fa9b9a8952017:

Fixed #21572 -- Added unit test for django.utils.text.normalize_newlines.

comment:3 by Claude Paroz <claude@…>, 10 years ago

In 6d20a80d986848da5944904c7f91d6e002701ef1:

Merge pull request #2045 from vajrasky/ticket_21572

Fixed #21572 -- Added unit test for django.utils.text.normalize_newlines...

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