#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 , 11 years ago
Cc: | added |
---|---|
Has patch: | set |
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Here is the PR: https://github.com/django/django/pull/2045