[Catalyst-dev] Catalyst test suite

Jonathan Rockway jon at jrock.us
Tue May 6 00:56:18 BST 2008


* On Mon, May 05 2008, Yuri Shtil wrote:
> Hi,
>
> I am contemplating to write a new Catalyst::Engine subclass. A looked
> at the test suite of an existing module ( Catalyst::Engine::HTTP::POE)
> and discovered a lot of *.pm and testapp_poe.pl. I could not run it
> since some modules were missing (like
> +TestApp::Plugin::FullyQualified).

The test stuff is in t/lib.  TestApp::Plugin::FullyQualified is no
exception.

>
> The POD also referred to this module passing "the Catalyst test suite".
>
> Am I missing something needed to develop and test Catalyst::Engine?
> How do I get and use the test suite?

In a working copy of the Catalyst source code, something like:

  CATALYST_ENGINE="Your::Engine" make test

Regards,
Jonathan Rockway

-- 
print just => another => perl => hacker => if $,=$"



More information about the Catalyst-dev mailing list