[issue9153] Run tests and demos as part of the test suite

2010-12-30 Thread Georg Brandl
Georg Brandl added the comment: Closing; Demo/ is no more. -- nosy: +georg.brandl resolution: accepted -> out of date status: open -> closed ___ Python tracker ___ __

[issue9153] Run tests and demos as part of the test suite

2010-07-05 Thread Shashwat Anand
Changes by Shashwat Anand : -- nosy: +l0nwlf ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue9153] Run tests and demos as part of the test suite

2010-07-05 Thread Nick Coghlan
Nick Coghlan added the comment: Yep, a sanity check for these is a good idea, and doing it soon gives us plenty of time to work out the kinks with it before 3.2a1. It will also let us identify which ones are completely busted by the switch to Python 3 (syntax errors) and which have other issu

[issue9153] Run tests and demos as part of the test suite

2010-07-04 Thread Éric Araujo
Éric Araujo added the comment: Yep, my idea was to add a really thin regrtest integration layer for these self-tests (which have no reason to move to Lib/tests, really), e.g. add a tests.test_demos_tools module that would import all these test functions and stuff them into a unittest test sui

[issue9153] Run tests and demos as part of the test suite

2010-07-04 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Many demos already include a self-test: $ grep '^def test(' Demo/*/*.py Demo/classes/Complex.py:def test(): Demo/classes/Dates.py:def test(firstyear, lastyear): Demo/classes/Range.py:def test(): Demo/classes/Vec.py:def test(): Demo/parser/test_parser.py:d

[issue9153] Run tests and demos as part of the test suite

2010-07-04 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +holdenweb ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue9153] Run tests and demos as part of the test suite

2010-07-04 Thread Éric Araujo
Changes by Éric Araujo : -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/optio

[issue9153] Run tests and demos as part of the test suite

2010-07-04 Thread Éric Araujo
Éric Araujo added the comment: I propose that tests and demos be run during the test suite, as a sanity check to prevent them from getting badly out of sync (see “Signs of neglect thread?” starting at http://mail.python.org/pipermail/python-dev/2010-June/101092.html) Is this a good idea? ---

[issue9153] Run tests and demos as part of the test suite

2010-07-04 Thread Éric Araujo
New submission from Éric Araujo : I propose than tests and demos be run during the test suite, as a sanity check to prevent them getting badly out of sync (see “Signs of neglect thread?” starting at http://mail.python.org/pipermail/python-dev/2010-June/101092.html) Is this a good idea? --