|
The "PerlUnit" unit testing framework |
|
 |
If you don't know what a unit testing framework is or why you would
want one, the links below will fill you in.
If you want a unit testing framework for perl, the details are in
the project
summary page
(SSL).
Here are some shortcuts to the important bits:
- Grab the current release from our SourceForge download area [
HTTP | FTP ] or
from CPAN.
- We have two mailing lists,
with archives:
There are also some web-based forums but we've mostly abandoned
them because we don't like the user interface.
- Browse the
CVS repository to see the current state of our files. A quick
outline of what's there:
- src/Test-Unit
- This is the source for the distributed package.
- src/Test-Unit-0.06, src/UnitTests, src/XUnit-0.01, src/api
- Old layouts of the project, everything is in the Attic. Ignore.
- src/junit3.2
- src/tools
- This is project history - what Brian used to start the project.
- www/
- Contains the website
http://perlunit.sourceforget.net/,
no released files or source.
Most of the documentation lives in POD format in the
code, which is very convenient if the package is installed.
We plan to make it available here via pod2html at some
point (suggestions for a good tool would be welcome), but in the
mean time you can browse the POD for the current
release via
CPAN, as
above.
Links related to PerlUnit aka. Test-Unit
Automated software testing is a large and growing area. These links
may help you start your investigations.
These are the "standard" testing modules,
There are more,
...many more.
Last update:
$Date: 2005/11/27 15:41:13 $