Re: [Perlunit-devel] Resend: Re commits
Status: Beta
Brought to you by:
mca1001
From: Adam S. <ad...@sp...> - 2001-11-14 19:01:24
|
Piers Cawley (pdc...@bo...) wrote: > Ah, I like lining up the beginnings of the variables, Yeah, so do I. > my $self = shift; > my ($arg1, $arg2, @foo) = @_; ... is my current favourite. > >> but I think there might be a few more modules to move around, I'm > >> really not keen on the Test::Unit::TestFoo style, and, from > >> discussions elsewhere, I think it'd be a good idea to move > >> Test::Unit itself into Test::Unit::Procedural. There seem to be a > >> fair few folks at the moment who think that Test::Unit is the main > >> interface to PerlUnit. > > > > Good idea. > > I'll do it after the merge. Cool. T::U::Assert::ok() is finished now, I think. Did I already say that? |