[Perlunit-devel] How to contribute?
Status: Beta
Brought to you by:
mca1001
From: Greg B. <gn...@fa...> - 2012-02-13 07:13:13
|
G'day, I've been using Test::Unit in a Perl-based test suite for the Cyrus email server. As part of that I developed some extensions to Test::Unit which a) allow subsets of the test collection to be specifed easily, in both additive and subtractive fashion, and b) allow running tests in parallel (at least on Unix-like systems, it uses fork and pipe). You can see these at http://git.cyrusimap.org/cassandane/tree/Cassandane/Unit/TestPlan.pm What's the best way to contribute these ? Clone the git repo and just start hacking? -- Greg. |