"Steve Holden" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> It looks like there were a lot of additions to the string test suite, >> that's great. I'm not sure if the other areas touched got similar >> boosts to their tests. It would be good to upgrade all tests to >> verify corner cases of the implementation. These tests should also be >> documented that they are to test the implementation rather than the >> language spec. We don't want to write obscure tests that can't pass >> in other impls like Jython, IronPython, or PyPy. >> > Yes, we could really do with implementation-specific tests for this > stuff.
Just a reminder, in mid-April, there was a short thread on Python-3000 (to be continued here) entitled Separating out CPython and core Python tests, I suggested separate files in separate directories. Brett C. suggested, I believe, decorators to mark tests within a file. Guido suggested maybe both, as appropriate. The plan was to defer marking or movement of existing test until 2.6, but lets clearly comment any new implementation-specific tests as such. Terry Jan Reedy _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com