Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#13698 closed (fixed)

whitespace at end of line in regressiontests/utils/timesince.py causes doctest to fail

Reported by: anonymous Owned by: nobody
Component: Testing framework Version: 1.2
Severity: Keywords: timesince doctest
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Lines 93, 95, 97 have redundant whitespace at the end of the line

Change History (3)

comment:1 by Karen Tracey, 14 years ago

I can't recreate any failures for this doctest on Linux or Windows. Under what environment do you see doctests failing due to trailing whitespace?

comment:2 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [13323]) Fixed #13698 -- Removed trailing whitespace from regressiontests/utils/timesince. Officially, I'm doing this because trailing whitespace is bad, but apparently it also causes test failures for some people (for reasons we can't narrow down), so there's a double win.

comment:3 by Russell Keith-Magee, 14 years ago

For the record - this was previously reported as #10988.

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