NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Apache-Test (Score:2)
Re:Apache-Test (Score:1)
Won't he need Parrot's Test::Builder first? I mean, it'll be there eventually, but I need one new opcode first....
Re:Apache-Test (Score:2)
conceptually there are two parts to Apache-Test, the client-side
*.ttests that act as the browser, and (if you're running mod_perl) the server-side*.pmtests.at this point in mod_parrot, I would guess that development is being done by writing some glue code then writing some kind of parrot handler that calls
ap_rputsand testing that code with a browser. most of that process can be turned over to Apache-Test, both easing development and forming the start of a test framework. when it comes time to write glue for setting theheader_outtable or retrieving variousrequest_recslot values, that can be handled via some additional client-side tests.for the server side, I'd imagine that quite a bit of glue would be required. your proposed
Test::Builderglue for parrot for one, anApache::TestRunParrotextension for mod_parrot autoconfiguration magic, not to mention an officialTest::Simple 0.49release so Apache-Test can supportTest::Morefunctions on the server sidebut all in good time. for the moment, I would expect Apache-Test to be a huge help in mod_parrot development. in fact, if I can get parrot running on my system I'll probably code in the Apache-Test hooks myself and explain it to jeff over a beer
Reply to This
Parent
Re:Apache-Test (Score:1)
Re:Apache-Test (Score:1)
Re:Apache-Test (Score:2)
guess you didn't want to wait around for me to do it. shucks - I was looking forward to installing parrot...
Re:Apache-Test (Score:1)