[issue13330] Attempt full test coverage of LocaleTextCalendar.formatweekday

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: See also issue25528. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13330] Attempt full test coverage of LocaleTextCalendar.formatweekday

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be reviewed. If the tests are still relevant and increase coverage, it needs to be converted to a GitHub PR. Otherwise this issue can be closed. -- keywords: +easy -needs review, patch nosy: +iritkatriel versions: +Python 3.11

[issue13330] Attempt full test coverage of LocaleTextCalendar.formatweekday

2015-11-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The test depends on the en_US locale. Only existing of POSIX locale is guarantied. The test should be skipped instead of failed if the en_US locale is not available. It would be nice to test also with other locales. For example with de_DE, fr_FR, tr_TR,

[issue13330] Attempt full test coverage of LocaleTextCalendar.formatweekday

2015-11-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: And it looks that only empty locale works on Windows (issue21731). -- ___ Python tracker ___

[issue13330] Attempt full test coverage of LocaleTextCalendar.formatweekday

2015-01-28 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag versions: +Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13330 ___

[issue13330] Attempt full test coverage of LocaleTextCalendar.formatweekday

2014-04-27 Thread Jessica McKellar
Jessica McKellar added the comment: Thanks for working to increase our test coverage, Sean.Fleming! Looking at the current coverage, the there is one line in LocaleTextCalendar.formatweekday without coverage: http://hg.python.org/cpython/file/e159cb0d955b/Lib/calendar.py#l519. You add some

[issue13330] Attempt full test coverage of LocaleTextCalendar.formatweekday

2011-11-04 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- nosy: +rhettinger, terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13330 ___ ___

[issue13330] Attempt full test coverage of LocaleTextCalendar.formatweekday

2011-11-03 Thread Sean Fleming
New submission from Sean Fleming seanmtflem...@gmail.com: Patch includes new statements in test_localecalendars of CalendarTestCase such that coverage of LocaleTextCalendar.formatweekday should improve significantly. Feedback is appreciated. -- components: Tests files:

[issue13330] Attempt full test coverage of LocaleTextCalendar.formatweekday

2011-11-03 Thread Petri Lehtinen
Changes by Petri Lehtinen pe...@digip.org: -- components: +Library (Lib) keywords: +needs review stage: - patch review type: - feature request versions: +Python 3.3 -Python 3.4 ___ Python tracker rep...@bugs.python.org