ANN: pry unit testing framework

Kay Schluehr kay.schluehr at gmx.net
Sat Apr 5 07:16:35 EDT 2008


On 5 Apr., 12:26, Aldo Cortesi <a... at nullcube.com> wrote:
> Thus spake Kay Schluehr (kay.schlu... at gmx.net):
>
> > I'm not entirely sure what you are claiming here. From source
> > inspections I can see that TestSuite instances are instantiated by the
> > TestLoader and you are free to derive from TestLoader, overwrite its
> > methods and pass around another instance than defaultTestLoader  ( or
> > a fresh instance of TestLoader which is the same thing ).
>
> ... and at this point your monkeypatched framework would no longer be
> much more compatible with existing test suites than Pry is.

A properly extended framework would of course be compatible with all
existing test suites. This has nothing to do with monkeypatching. I'm
not sure you even understand the concepts you are talking about.

Kay



More information about the Python-list mailing list