From Test::Simple to Test::Extreme - Writing a CPAN-Style Test Suite 16

Where the Tests Live

  • keep your tests with your modules

            Rocket/PreFlight/
    
                            bin/
                                mission_control.pl
    
                            lib/
                                Rocket/PreFlight.pm
                                ...
    
                            t/
                                01-preflight.t
                                02-basic_systems.t
                                03-monkey.t
                                04-baby.t
                                05-landing-gear.t
                                ...
    
    

 

YAPC::CA << Previous | Index | Next >>
Copyright © 2003 Michael Graham