This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients amaury.forgeotdarc, belopolsky, brett.cannon, brian.curtin, daniel.urban, lemburg, pitrou, r.david.murray, techtonik, vstinner
Date 2010-06-17.15:00:07
SpamBayes Score 0.01847763
Marked as misclassified No
Message-id <1276786810.62.0.24661608039.issue7989@psf.upfronthosting.co.za>
In-reply-to
Content
On Thu, Jun 17, 2010 at 10:32 AM, Antoine Pitrou <report@bugs.python.org> 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.
History
Date User Action Args
2010-06-17 15:00:11belopolskysetrecipients: + belopolsky, lemburg, brett.cannon, amaury.forgeotdarc, pitrou, vstinner, techtonik, r.david.murray, brian.curtin, daniel.urban
2010-06-17 15:00:10belopolskysetmessageid: <1276786810.62.0.24661608039.issue7989@psf.upfronthosting.co.za>
2010-06-17 15:00:09belopolskylinkissue7989 messages
2010-06-17 15:00:07belopolskycreate