Skip Menu |

This queue is for tickets about the Contentment CPAN distribution.

Report information
The Basics
Id: 13341
Status: resolved
Priority: 80/80
Queue: Contentment

People
Owner: hanenkamp [...] cpan.org
Requestors: hanenkamp [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.009_008
Fixed in: 0.009_015



Subject: Add unit tests
Currently there are no unit tests at all. This is intolerable. This system needs a regression testing system added, at least at a low level.
Unit tests have been added to 0.9b10. The test framework was easier to add than I thought it would be. Probably every revision will gain a few more tests for a while until I have a full test suite.
I've now added another test framework using Apache::Test. I'm going to try and use this to expand the number of tests present significantly in the next few Subversion commits. I'm going to keep the system in working order, but I'm probably going to commit some of them even before the system passes the tests. I was reminded of how important tests were by Damian Conway's recent perl.com article and am trying to get my priorities straight. ;)