Here's version 0.01 of ParrotUnit, my port of the xUnit testing
framework to Parrot. It allows you to write your tests for parrot
applications using object oriented parrot. Untar it in your parrot
directory then do
$ parrot t/test.imc
1..3
ok 1 testTemplateMethod
Piers Cawley <[EMAIL PROTECTED]> writes:
> This time fer sure
Since you're using a version of Gnus that supports it, you will want
this in your .gnus:
(setq mml-insert-mime-headers-always t)
Gnus and ezmlm-idx don't play nice together without it (it's all
ezmlm-idx's fault though, but good luck
Piers Cawley <[EMAIL PROTECTED]> wrote:
> I knew I forgot something in my last post...
Still:
EÄttätschmentMissin
leo
parrotunit.tar.gz
Description: Binary data
I knew I forgot something in my last post...
If you unpack this in your parrot directory you'll get
library/parrotunit.imc
library/TestCase.imc
library/TestResult.imc
library/WasRun.imc
t/test.imc
Go to the parrot directory and, do ./parrot t/test.imc and the tests
will run. Annoyingly, everyt