Warnings from Devel::Cover/Test::Harness

2006-03-17 Thread Andrew Gianni
's going on? Note that I do use Storable and POSIX in places, but I don't use Net::SSLeay, at least not directly. Andrew Andrew Gianni Administrative Computing Services Computing and Information Technology University at Buffalo 215 MFAC, Ellicott Complex Buffalo, NY 14261-0026 716.645.3587x7124

Use case testing of Web apps with Perl?

2006-04-19 Thread Andrew Gianni
ech tests individually or develop our own framework for this. Any recommendations are appreciated. Andrew Andrew Gianni Administrative Computing Services Computing and Information Technology University at Buffalo 215 MFAC, Ellicott Complex Buffalo, NY 14261-0026 716.645.3587x7124

Is_deeply and closure-driven coderefs

2006-05-30 Thread Andrew Gianni
, but I'm not sure what would really make a valid test in this case or what the best means of comparing those would be. Any assistance would be appreciated. Andrew Andrew Gianni Administrative Computing Services Computing and Information Technology University at Buffalo 215 MFAC, Ellicott Complex Buffalo, NY 14261-0026 716.645.3587x7124

Re: Is_deeply and closure-driven coderefs

2006-05-31 Thread Andrew Gianni
s >> (PadWalker) or that the lexicals are in the same state (more PadWalker)? > > And as Schwern said, if you are going to do all that stuff you might > as well use DDS to do it, as its much easier, (which is hardly > surprising as the Padwalker closure code was specifically w

Running individual unit tests with Test::Class???

2006-05-31 Thread Andrew Gianni
to do it for me, but is there some other, easier way to do this that's built into the module? Andrew Andrew Gianni Administrative Computing Services Computing and Information Technology University at Buffalo 215 MFAC, Ellicott Complex Buffalo, NY 14261-0026 716.645.3587x7124

Re: Running individual unit tests with Test::Class???

2006-05-31 Thread Andrew Gianni
D]> wrote: > Hi Andrew, > > * Andrew Gianni <[EMAIL PROTECTED]> [2006-05-31 15:40]: >> Is there an easy way to just run that one test method (as well >> as the startup, setup, teardown and shutdown methods) while I'm >> working on it rather than running

Re: Running individual unit tests with Test::Class???

2006-05-31 Thread Andrew Gianni
w On 5/31/06 10:55 AM, "Adrian Howard" <[EMAIL PROTECTED]> wrote: > [apologies to andrew for a dupe - didn't notice it went to perl-qa] > > On 31 May 2006, at 14:35, Andrew Gianni wrote: > >> Let me start by admitting that I don't know a whole lot ab