[issue23807] Improved test coverage for calendar.py command line

2015-04-08 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue23807] Improved test coverage for calendar.py command line

2015-04-08 Thread Thana Annis
Thana Annis added the comment: Thanks for the quick response. You're right that this is already being tested for, so I will close the issue. -- resolution: -> not a bug status: open -> closed ___ Python tracker _

[issue23807] Improved test coverage for calendar.py command line

2015-03-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Yes, self.assertFailure('-L', 'en') tests this case. -- ___ Python tracker ___ ___ Python-bugs-lis

[issue23807] Improved test coverage for calendar.py command line

2015-03-30 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue23807] Improved test coverage for calendar.py command line

2015-03-29 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch! I thought line 654-656 was already tested by self.assertFailure('-L', 'en'). -- nosy: +berker.peksag, serhiy.storchaka stage: -> patch review versions: +Python 3.4 ___ Python tracker

[issue23807] Improved test coverage for calendar.py command line

2015-03-29 Thread Thana Annis
New submission from Thana Annis: Added a test to ensure that --locale cannot be called without --encoding. This is targeting lines 654-656 of calendar.py. -- components: Tests files: test_calendar.patch keywords: patch messages: 239494 nosy: Bwaffles priority: normal severity: normal st