[Catalyst] Catalyst Unit Tests

Christian Hansen ch at ngmedia.com
Fri May 27 17:33:22 CEST 2005


Someone sent me mail privately wondering why we don't provide unit 
tests with all our engines. So i will straighten it out here on ML. All 
our engines are remotely tested with the same unit tests provided in 
main dist.

Once you enter the deployment phase you will be surprised on how well 
you app will run on any OS and environment.

So far we have tested:

Apache 1
  - CGI
  - FastCGI
  - mod_perl Handler
  - mod_perl Registry Script
  - SpeedyCGI

Apache 2
  - CGI
  - FastCGI
  - mod_perl Handler
  - mod_perl Registry Script
  - SpeedyCGI

Internet Information Server 5 (IIS)
  - FastCGI ISAPI
  - ActiveState ISAPI
  - CGI

Lighttpd 1.3
  - CGI
  - FastCGI

Zeus
  - CGI
  - FastCGI
  - Zeus::ModPerl

Perl engines:
  - Catalyst::Engine::HTTP::Daemon
  - Catalyst::Engine::HTTP::POE
  - Catalyst::Engine::Server
    - Fork
    - PreFork
    - Single
  - Catalyst::Engine::Test


Apache 1, 2 and Perl engines are always tested prior a Catalyst release.


-- 

Christian Hansen
nGmedia
+46 40 660 17 50




More information about the Catalyst mailing list