[New-bugs-announce] [issue18856] Added test coverage for calendar print functions

Madison May report at bugs.python.org
Tue Aug 27 21:19:21 CEST 2013


New submission from Madison May:

Just redirected stdout to a string io object unittest.mock.patch() to add basic test coverage for calendar.py print functions (TextCalendary.prweek(), TextCalendar.prmonth(), TextCalendar.pryear(), and format()).

----------
components: Tests
files: calendar_print.diff
keywords: patch
messages: 196311
nosy: madison.may
priority: normal
severity: normal
status: open
title: Added test coverage for calendar print functions
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file31487/calendar_print.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18856>
_______________________________________


More information about the New-bugs-announce mailing list