On Thu, Apr 23, 2009 at 05:58:16AM -0700, Istvan Albert wrote: -> On Apr 23, 1:30?am, "C. Titus Brown" <c...@msu.edu> wrote: -> -> > Comments? ?I propose #5 as the cleanest option. -> -> Sounds good. One comment: it looks like it subclasses the -> _TextTestResult class (the name starts with an underscore). That might -> indicate that this class's interface is not stable over different -> python versions.
Good point -- I checked it and it works with 2.3 -> 2.6, so it's stable enough for us! I've updated runtest_single here, in two commits: http://github.com/ctb/pygr/tree/f7084b2f8f5d6809698dfe60791bfaf95fead21a http://github.com/ctb/pygr/commit/5b5d053bcf5d27e29f459270647131d09b0136ab the first adds 'SkipTest', the second fires it in anger. Here's an illustrative diff: http://github.com/ctb/pygr/commit/5b5d053bcf5d27e29f459270647131d09b0136ab#diff-1 What do you think, Istvan? cheers, --titus -- C. Titus Brown, c...@msu.edu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to pygr-dev@googlegroups.com To unsubscribe from this group, send email to pygr-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---