Starting with a fresh sandbox

2002-04-11 Thread Andy Lester
to be polluted after the first use_ok(), sin't it? Thanks, Andy -- 'Andy Lester[EMAIL PROTECTED] Programmer/author petdance.com Daddy parsley.org/quinn Jk'=~/.+/s;print((split//,$) [unpack'C*',n2]3%+\34.'%.'^%4+!o.'])

use_ok w/version numbers

2002-07-01 Thread Andy Lester
. xoxo, Andy -- 'Andy Lester[EMAIL PROTECTED] Programmer/author petdance.com Daddy parsley.org/quinn Jk'=~/.+/s;print((split//,$) [unpack'C*',n2]3%+\34.'%.'^%4+!o.'])

Re: [PATCH Test::More] Allow isa_ok( $classname, $parent )

2002-07-06 Thread Andy Lester
. + +And of course, you don't have to test only your code. The more tests you +write, the more stringent your checking: + +# From a DBI program +my $row = $dbh-fetch; +isa_ok( $row, 'ARRAY', Got row from DB ); + =cut sub isa_ok ($$;$) { -- 'Andy Lester[EMAIL PROTECTED] Programmer/author

Testing failure in Test::Builder-based modules

2002-08-03 Thread Andy Lester
means html_ok is broken. :-( Thoughts? Thanks, xoxo, Andy -- 'Andy Lester[EMAIL PROTECTED] Programmer/author petdance.com Daddy parsley.org/quinn Jk'=~/.+/s;print((split//,$) [unpack'C*',n2]3%+\34.'%.'^%4+!o.'])

Re: Web Site Testing

2002-09-23 Thread Andy Lester
of the HTML in a page. Also, Max Maischien's newly-released Test::HTML::Content allows for tests on the contents of the file, with things like do we have a link to X, do we have any comments on the page? and so on. http://search.cpan.org/dist/Test-HTML-Content/ xoxo, Andy -- 'Andy Lester

Test::Pod 0.95 is out

2003-03-03 Thread Andy Lester
There's a new Test::Pod in town, and it uses Sean's Pod::Simple instead of Pod::Checker. Details at http://use.perl.org/~petdance/journal/10867 Comments welcome, of course. xoxo, Andy -- Andy Lester, lead singer driver of the Winnebago [EMAIL PROTECTED], AIM:petdance http://petdance.com/ http

Re: Test::Pod 0.95 is out

2003-03-04 Thread Andy Lester
the silly warnings that I'm most concerned about getting rid of. Pod::Simple is indeed more realistic. xoa -- Andy Lester, lead singer driver of the Winnebago [EMAIL PROTECTED], AIM:petdance http://petdance.com/ http://use.perl.org/~petdance/

Re: WWW::Mechanize 0.37 released

2003-03-05 Thread Andy Lester
Damn. I still forgot to check out this incredible cool sounding module, I have some HTML-output testing in a testsuite and it is very whacky and uncomplete... I'd be glad to look at it, and see what kinds of things Mechanize can do. xoa -- Andy Lester, lead singer driver of the Winnebago

Re: WWW::Mechanize 0.37 released

2003-03-06 Thread Andy Lester
connection. Or are you saying that people will want to use it strictly behind a restrictive firewall where google.com isn't accessible? xoa -- Andy Lester, lead singer driver of the Winnebago [EMAIL PROTECTED], AIM:petdance http://petdance.com/ http://use.perl.org/~petdance/

Re: WWW::Mechanize 0.37 released

2003-03-06 Thread Andy Lester
#2185. If anyone would like to implement this and submit the patch to me, I'd appreciate it. I'm fresh out of tuits for implementing daemons on the fly. xoa -- Andy Lester, lead singer driver of the Winnebago [EMAIL PROTECTED], AIM:petdance http://petdance.com/ http://use.perl.org/~petdance/

Test::Harness 2.27_01 released

2003-03-23 Thread Andy Lester
-vommit protection more robust in cases where wait.ph loads but WCOREDUMP() pukes when run. - Added a LICENSE. - Ilya noticed the per test skip reason was accumlating between tests. xoa -- 'Andy Lester[EMAIL PROTECTED] Programmer/author petdance.com Daddy

Test::Harness 2.27_01 released

2003-03-23 Thread Andy Lester
protection more robust in cases where wait.ph loads but WCOREDUMP() pukes when run. - Added a LICENSE. - Ilya noticed the per test skip reason was accumlating between tests. xoa -- Andy Lester [EMAIL PROTECTED], AIM:petdance http://petdance.com/ http://use.perl.org/~petdance/

Re: Test-first development

2003-04-12 Thread Andy Lester
http://tejasconsulting.com/articles/test-first.html There's an article by some bloke about test driven development in this month's Perl Journal. AND there's one lined up for the upcoming issue of The Perl Review! -- 'Andy Lester[EMAIL PROTECTED] Programmer/author petdance.com

Re: Test::Deep namespace

2003-06-19 Thread Andy Lester
It's a Test::Builder based testing module, it's designed to replace and enhances Test::More's is_deeply() and eq_set(). is_deeply() has several limitiations like not handling circular references and ignoring the blessedness of references, it also has a few bugs. It would be nice if the functions

Re: [ANNOUNCE] Test::Warn::None 0.02

2003-06-24 Thread Andy Lester
All this make sure no warnings fired is good thinking. But why not roll it into Test::Harness, and make it switch selectable? It's really T::H that we want keeping an eye on this, right? xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Updates to qa.perl.org

2003-08-15 Thread Andy Lester
There are a couple of minor tweaks to qa.perl.org. Soon, I'll have a page up for the Phalanx project and THEN we'll have ourselves a good time! xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Phalanx and testing distributions

2003-08-18 Thread Andy Lester
Some of this distribution testing could likely get incorporated into the Phalanx project, if I get it announced today like I'd like to do... Phalanx = beefing up test suites of Perl and the top 100 CPAN modules to make a good test bed for Ponie xoxo, Andy -- Andy Lester = [EMAIL PROTECTED

Phalanx has started, and I need perl-qa's help

2003-08-21 Thread Andy Lester
serious ommissions from the Phalanx 100 module list... I'm turning to the perl-qa group for feedback BEFORE I announce to the world, so I appreciate any comments. Thanks, xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Phalanx has started, and I need perl-qa's help

2003-08-22 Thread Andy Lester
of the Extra Excitement that will be caused by mucking with them and pumpking coordination and whatnot. Most I mention because they're important. Some I mention because they tend to break a lot and reveal subtle incompatibilities in Perl. Thanks for the list. xoxo, Andy -- Andy Lester = [EMAIL

Announcing the Phalanx project

2003-09-26 Thread Andy Lester
like to help out, join the perl-qa mailing list, or email me at [EMAIL PROTECTED] I look forward to hearing from you. -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Phalanx site updates

2003-09-29 Thread Andy Lester
go along. Jay Flowers has started working on CGI::Application, I believe. Jay, I'll need to know the Before stats on it. The CMS on perl.org makes updates really simple, so please let me know what's going on and I'll updated fairly often. Thanks, xoxo, Andy -- Andy Lester = [EMAIL PROTECTED

Re: Testers PASS

2003-10-11 Thread Andy Lester
updating Test::Reporter as my module on Phalanx. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Phalanx updates

2003-10-12 Thread Andy Lester
anything yet, other than suck it into my CVS. How are the rest of you doing? Thanks, xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Trying to spear a phalanx shield for pod

2003-10-24 Thread Andy Lester
Is it worth trying to agree on a de facto standard name for such a beast: 99-pod.t/99_pod.t/99.pod.t/99pod.t? Personally, I'd just as soon not have it be one of the numeric ones. It doesn't matter what order it's run in. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com

Re: Phalanx

2003-10-29 Thread Andy Lester
. When I came back from OSCON I was awed by how much raw Perl power is in London.pm, and how much they drive the Perl community, especially on Perl 6. I came back to Chicago.pm and challenged them to do something similar with Phalanx. xoa -- Andy Lester [EMAIL PROTECTED], AIM:petdance http

Hoplites report!

2003-10-29 Thread Andy Lester
http://qa.perl.org/phalanx/status/Archive-Tar.pod and mail it back to me, that would be fine. Thanks, xoa -- Andy Lester [EMAIL PROTECTED], AIM:petdance http://petdance.com/ http://use.perl.org/~petdance/

Re: Hoplites report!

2003-10-30 Thread Andy Lester
I got no response from the author. In worst case, I plan to post the tests files on rt.cpan.org. I'm sure Damian will be fine with it. I told him about the project a while ago and he seemed genuinely excited about it. xoa - Andy Lester [EMAIL PROTECTED], AIM:petdance http://petdance.com

Re: reducing size of the Devel::Cover html report

2003-10-31 Thread Andy Lester
useful when I'm going thru a Devel::Cover run. I interleave POD with functions and I like to refer to my docs. xoa -- Andy Lester [EMAIL PROTECTED], AIM:petdance http://petdance.com/ http://use.perl.org/~petdance/

Hoplites: Watch for each

2003-10-31 Thread Andy Lester
Anything that uses the Ceach operator is a prime candidate for bugginess. Please keep an eye out for them as you do your testing. Any function that contains Ceach oughta be heavily checked. Ditto anything that uses Ckeys or Cvalues without a sort. xoa -- Andy Lester [EMAIL PROTECTED

Test::Harness 2.31_02: Now with prove (nee grind)

2003-10-31 Thread Andy Lester
=verbose, -b=use blib, -r=-recursive Many fun things to do, geared towards making the cycle of code/test a shorter one... xoa -- Andy Lester [EMAIL PROTECTED], AIM:petdance http://petdance.com/ http://use.perl.org/~petdance/

Re: Hoplites: Watch for each

2003-11-01 Thread Andy Lester
); while ( my($key,$val) = each %tests ) { # do a test } The order in which these tests are done will be different between runs of the code... xoa -- Andy Lester [EMAIL PROTECTED], AIM:petdance http://petdance.com/ http://use.perl.org/~petdance/

Re: Hoplites: Watch for each

2003-11-03 Thread Andy Lester
::Harness. xoa -- Andy Lester [EMAIL PROTECTED], AIM:petdance http://petdance.com/ http://use.perl.org/~petdance/

Re: reducing size of the Devel::Cover html report

2003-11-03 Thread Andy Lester
a clean way to make it an option, I'll do so. If I've got docs for a function, then I want to see them while I'm considering the code. Code and documentation are, especially w/POD, interconnected. That's the beautiful thing about POD. -- Andy Lester [EMAIL PROTECTED], AIM:petdance http

Re: tesing exceptions of Error.pm

2003-11-27 Thread Andy Lester
How am I going to test this ? Take a look at Test::Warn for warnings, and Test::Exception for errors. I think qa.perl.org needs a listing of Test::* modules so that people know what's available. xoa -- Andy Lester [EMAIL PROTECTED], AIM:petdance http://petdance.com/ http://use.perl.org

Re: T::H 2.38

2003-12-02 Thread Andy Lester
prove begins with #!/usr/bin/perl and prove-switches.t runs it with my @actual = qx/$prove -Ifirst -D -I second -Ithird -Tvdb/; A $^X should be inserted here. (in bleadperl, the shebang line of prove is fixed when installed.) What should be in prove's shebang? xoa -- Andy Lester [EMAIL

Re: T::H 2.38

2003-12-03 Thread Andy Lester
that in there? Or are you saying I should run it as my @actual = qx/$Config{startperl} $prove -Ifirst /; xoa -- Andy Lester [EMAIL PROTECTED], AIM:petdance http://petdance.com/ http://use.perl.org/~petdance/

Re: bug? in Test::More error counting ? MINIMIZED TEST CASE

2003-12-15 Thread Andy Lester
It appears that this doesnt error on 5.8.2, but is repeatable on 5.00503, as follows: I don't see any problem here. You can't have more than one plan. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Default test name?

2004-02-02 Thread Andy Lester
, and all of my Test::* modules create their own test name if there's not one passed. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: ok(1,1) vs. ok ('foo','foo') in Test::More

2004-02-03 Thread Andy Lester
. # Very confusing. ok() is not a comparison. is() is a comparison. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: changes to T::H to enable continuous testing

2004-02-08 Thread Andy Lester
arbitrary rules based on a sample size of one. I DO want to document the format, however, so that other languages can write to the T::H format reliably, and let T::H become the uber-tester. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Smoking CPAN

2004-02-10 Thread Andy Lester
I've had more time recently, so I smoke tested the Phalanx 100. So what did you discover? xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Send me kwalitee news, please.

2004-02-18 Thread Andy Lester
I'd like to put some kind of reasonably fresh content up on qa.perl.org. If anyone's got, say, module announcements, that would make sense to appear on qa.perl.org, please send 'em to me. I'd just like qa.p.o to be more than a pile of links. thanks, xoa -- Andy Lester = [EMAIL PROTECTED

Re: Aborting testsuits

2004-02-23 Thread Andy Lester
Because it is, in Test::More. I've yet to need it. Nobody's given me a patch to implement it. And T::H doesn't recognize anything like that either? -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Hoplites, report!

2004-03-04 Thread Andy Lester
It's been a while since I've heard from any hoplites. Where are you on your individual Phalanx modules? I know Hoplite Gessner is pretty close to done on his, but I haven't heard back on whether his changes were accepted. xoxo, Commander Andy -- Andy Lester = [EMAIL PROTECTED

Re: [ANNOUNCE] Devel::Cover 0.35

2004-03-08 Thread Andy Lester
Probably the most important change is that Devel::Cover will now work with programs that turn on tainting. I gather this is important for Phalanx. Hi Andy! Never mind Phalanx, I'd just like to run Test::Harness under it! I'll let you know what I find! -- Andy Lester = [EMAIL PROTECTED

Re: [ANNOUNCE] Devel::Cover 0.35

2004-03-08 Thread Andy Lester
for the updates! xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Devel::Cover - require 5.8?

2004-04-02 Thread Andy Lester
is pretty bleeding edge, and it's OK to require 5.8. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: rfc: prove -p passthrutag=passthruval -p tag2=val2 @testfiles

2004-04-07 Thread Andy Lester
Id like to propose that I (or someone like me) add a passthru option which lets someone pass thru options and arguments to the test scripts being run. Is this better than some kind of environment variable that you set, and that your test programs detect and use? xoa -- Andy Lester = [EMAIL

Re: rfc: prove -p passthrutag=passthruval -p tag2=val2 @testfiles

2004-04-07 Thread Andy Lester
give us something more definite to base it on. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: reporting bugs to RT

2004-05-10 Thread Andy Lester
, Jesse Vincent was having problems with RT, and was moving, and got hacked, all within about a week of each other or so, so syncing with CPAN didn't happen. Something like that. xoa -- Andy Lester [EMAIL PROTECTED], AIM:petdance http://petdance.com/ http://use.perl.org/~petdance/

Re: hoplite report for DBI : Part 2

2004-05-10 Thread Andy Lester
garbled $Data = $prof-Data; -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: hoplite report for DBI : Part 2

2004-05-10 Thread Andy Lester
); +like( $prof, qr/\+\s+1\s+\Q$sql\E/m ); # unlink(dbi.prof); # now done by 'make clean' - -1; -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

DBI tests

2004-05-11 Thread Andy Lester
of Test::More is from August 2002. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: hoplite report for DBI : Part 2

2004-05-11 Thread Andy Lester
, should be taint-aware, I think. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: How can I get involved in the Phalanx Project

2004-05-07 Thread Andy Lester
to the fore. Let's understand the problem before proposing solutions. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: How can I get involved in the Phalanx Project

2004-05-07 Thread Andy Lester
to DBI v2. Did I not hit all the existing test files? Or just some of 'em? Also, look into using Devel::Cover to see which parts of DBI are getting exercised and which aren't. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Testing quickref

2004-05-01 Thread Andy Lester
Ian Langworth has created a great quickref for Test::* modules at http://langworth.com/downloads/perl_test_refcard.pdf. I put a link to it up on qa.perl.org. xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: reporting bugs to RT

2004-05-05 Thread Andy Lester
On Wed, May 05, 2004 at 11:40:32PM -0200, Gabor Szabo ([EMAIL PROTECTED]) wrote: Is there some command line tool that can be used to report bugs to RT ? Sure, it's called sendmail. If you want to send a bug on Test::Harness, send an email to [EMAIL PROTECTED] xoa -- Andy Lester = [EMAIL

Re: reporting bugs to RT

2004-05-05 Thread Andy Lester
it, I'm sure. I have a note in my modules saying Please send all requests to. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: hoplite report for Parse::RecDescent

2004-05-07 Thread Andy Lester
is covered. ANY amount of test improvement is still an improvement. I sent some DBI test patches a month ago, and I thought Tim Bunce was going to reach through the monitor and give me a big wet kiss. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: DBI tests update

2004-05-15 Thread Andy Lester
, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: DBI tests update

2004-05-15 Thread Andy Lester
think maybe this is a different problem. One easy, empirical way to find out! xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Test functions return values.

2004-05-25 Thread Andy Lester
$ok. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

My Phalanx lightning talk

2004-06-10 Thread Andy Lester
So I'm giving an LT on Phalanx next week in Buffalo. Anything in particular y'all think I should mention? xoxo, Andy To: Andy Lester [EMAIL PROTECTED] Subject: Your Lightning Talk Your proposal for a Lightning Talk at the 2004 YAPC::America::North has been accepted. topic: Join the Phalanx

Re: My Phalanx lightning talk

2004-06-10 Thread Andy Lester
, and then working on it, which has so far not worked at all, that we should hold up a module (or a handful of them) and say OK, this is what we're working on. It certainly seemed to work with the DBI stuff last month. Thoughts? xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com

Re: empty tests, Test::Harness, and Test::Inline

2004-06-11 Thread Andy Lester
. Seems to me that if T:H is passed a test file, it's not unreasonable for it to expect at least one test. How about if T:I created a dummy test in the absence of any others? xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Perl Test-First Kata

2004-06-18 Thread Andy Lester
On Fri, Jun 18, 2004 at 12:03:51PM -0700, chromatic ([EMAIL PROTECTED]) wrote: Is anyone else interested in writing some small excercises for people to practice their Perl test-fu? Yes. A lot. I think it'll bring many to the light. xox, Andy -- Andy Lester = [EMAIL PROTECTED

Re: C/C++ White-Box Unit Testing and Test::More

2004-06-25 Thread Andy Lester
you have, the better. Sure, the first isa_ok technically covers the constructor, but why not check after EVERY constructor? The 2nd example is really an entirely different test. Tests are all about quantity. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: how to run test.pl before the t/*.t tests ?

2004-07-08 Thread Andy Lester
::RecDescent is on the Phalanx 100. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Phalanx: What if full coverage isn't possible? (fwd)

2004-07-09 Thread Andy Lester
heuristics if you push it too far it falls apart. Get as close to 100% as is useful and don't worry about the rest. Words to live by. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Little lost wiki...

2004-08-01 Thread Andy Lester
were together at OSCON. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Test-Regex-0.01.tar.gz

2004-08-02 Thread Andy Lester
-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PE/PETDANCE/Test-Regex-0.01.tar.gz size: 2890 bytes md5: 565b7e75907b621dfc411bb967b38fe7 No action is required on your part Request entered by: PETDANCE (Andy Lester) Request entered on: Mon, 02 Aug 2004 03:14:00 GMT Request

Patch for t/op/sleep.t

2004-08-08 Thread Andy Lester
' ); -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Test for functions with operator names

2004-08-13 Thread Andy Lester
a test that it continues to work like that. =cut -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

How to misuse code coverage

2004-08-13 Thread Andy Lester
A link from Ask Bjoern Hansen's blog: http://www.askbjoernhansen.com/ How To Misuse Code Coverage http://testing.com/writings/coverage.pdf xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Test for functions with operator names

2004-08-13 Thread Andy Lester
On Fri, Aug 13, 2004 at 02:29:40PM +0200, Rafael Garcia-Suarez ([EMAIL PROTECTED]) wrote: Andy Lester wrote: #./perl -T ^^ the lack of ! here gave me a small headache during the integration. Sorry about that. Here's one teeny more patch to add, to minimize the amount of silencing we do

Wanted: Someone to write a Phalanx blurb

2004-08-23 Thread Andy Lester
have to do it, I'd appreciate it, since I have too many things in the hopper right now, but I'd really like to get it announced. Thanks, xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Phalanx Project and Core Modules

2004-08-30 Thread Andy Lester
with the team. If it's a core module like CGI.pm, then you have to work with Lincoln and/or p5p. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Test::Harness/prove: printing the test name when a test fails

2004-09-01 Thread Andy Lester
as possible (including the test name). I can't see changing it. What if there are 1000 failed tests? xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: testing a shell command which prompts for output?

2004-10-16 Thread Andy Lester
On Oct 16, 2004, at 8:02 PM, Mark Stosberg wrote: How can I write an automate test for a shell command that prompts for output. I first tried just using backticks, but that hangs waiting for input. Will it take its input from STDIN? If so, pipe stdin to it. xox,o Andy -- Andy Lester = [EMAIL

Phalanx repositories

2004-10-30 Thread Andy Lester
to chime in on status? xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Quality from the Beginning: Better Estimates

2004-11-01 Thread Andy Lester
hours each. That's 6 tasks at 4 hours each. You're now at 24 hours. You haven't even started work and you're 20% over the original estimate. :) Works fairly well for us, and by fairly well I mean less disastrous. xoxo, andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Differences between output of 'make test' and 'prove'

2004-11-05 Thread Andy Lester
Also I was thinking it would be nice to be able to run prove and Devel::Cover together by possibly adding a -M to prove prove -MDevel::Cover -Ilib -v t/* I don't recall this -M/-m suggestion, but I like it. Can someone please submit it to the CPAN queue? Thanks, xoxo, Andy -- Andy Lester

Re: Name needed for Test.pm compatibility module

2004-11-30 Thread Andy Lester
On Tue, Nov 30, 2004 at 07:48:00AM -0600, Steve Peters ([EMAIL PROTECTED]) wrote: I like Test::Compat. Test::Legacy makes me think more of the current Test.pm rather than of a new module. But it's actually going to be Test.pm, not a new module. Just a new back-end. -- Andy Lester = [EMAIL

Re: [RFC] adding skip option directly to plan()

2004-11-30 Thread Andy Lester
; Rather, just make it everything after must be true: plan tests = 14, have( Foo::Wango ), moon_phase eq waning, etc; xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: [RFC] adding skip option directly to plan()

2004-11-30 Thread Andy Lester
into anything. plan tests = 14, have( Foo ), moon_phase eq waning; would be the same as if ( have(Foo) moon_phase eq waning ) ) { plan tests = 14; } xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Name needed for Test.pm compatibility module

2004-11-30 Thread Andy Lester
, xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: [RFC] adding skip option directly to plan()

2004-11-30 Thread Andy Lester
tests = 14, have(Foo), moon_phase eq waning; -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Phalanx update

2004-12-01 Thread Andy Lester
I've reorganized all the trees in http://svn.perl.org/phalanx. A description of how things should be is at http://svn.perl.org/phalanx/structure.pod. Now let's get some updatin'! xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Phalanx update

2004-12-05 Thread Andy Lester
On Mon, Dec 06, 2004 at 02:27:47AM +, Mark Stosberg ([EMAIL PROTECTED]) wrote: On 2004-12-02, Andy Lester [EMAIL PROTECTED] wrote: I've reorganized all the trees in http://svn.perl.org/phalanx. A description of how things should be is at http://svn.perl.org/phalanx/structure.pod. I

Test labels

2004-12-06 Thread Andy Lester
is just s overloaded. Thoughts? xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Test Failure Hooks

2004-12-07 Thread Andy Lester
(or preserves them) or any of a number of things that I'd like to be able to handle. QD way would be to confess. is( $nstooges, 3 ) or confess; xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

New version of Test::LongString

2004-12-09 Thread Andy Lester
. There are now examples in the docs that I hope make you say Wow, this is cool, thanks RGS! http://search.cpan.org/dist/Test-LongString http://search.cpan.org/~rgarcia/Test-LongString-0.05/lib/Test/LongString.pm xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

New qa.perl.org updates

2004-12-10 Thread Andy Lester
http://qa.perl.org/testing-guidelines.html is updated. So is http://qa.perl.org/test-modules.html, with new modules and some reorganization. xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: --session option to prove

2004-12-14 Thread Andy Lester
::Harness, please don't call it that. Test::Daemon would be fine. It sounds like what you're describing would be a superset of Test::Harness. Thanks, xoox, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: --session option to prove

2004-12-13 Thread Andy Lester
in love with (well, maybe just a crush on) the idea of having a continual prove in a window while you're running tests. I'm just trying to think of how best to do it. xoa -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Test::Harness no longer watches for coredumps

2004-12-17 Thread Andy Lester
? Please tell me about how and when you use it, so that we might look at re-implementing it. xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Help update the Phalanx 100

2004-12-20 Thread Andy Lester
these be accounted for in the analysis? I don't know. That's one of the reasons that I put this out for all to work on. I welcome your comments, suggestions and help on this. Thanks, xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Phalanx update please!

2004-12-25 Thread Andy Lester
% to 90%, and Chicago.PM has found and fixed three bugs in HTML::Googah. Thanks, xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

Re: Test run of the new Phalanx 100

2005-01-19 Thread Andy Lester
. :-/ xoxo, Andy -- Andy Lester = [EMAIL PROTECTED] = www.petdance.com = AIM:petdance

  1   2   3   4   >