Alexander Belopolsky <[email protected]> added the comment:
On Thu, Jun 17, 2010 at 10:32 AM, Antoine Pitrou <[email protected]> wrote: .. >> Is there direct regrtest support for this? > > You can take a look at test_io, test_memoryio or test_heapq for inspiration. > I looked at test_io and don't like that approach. It seems to require subclassing each TestCase twice for C and Python. There is no mechanism to assure that all tests are replicated that way. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue7989> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
