[XML-SIG] "Borrowed" tests
Martin v. Loewis
martin@loewis.home.cs.tu-berlin.de
Mon, 9 Apr 2001 03:21:28 +0200
> If these are worth keeping, where should we put them?
I think it is always worth to keep test cases. The other question is
whether it is worth distributing them with every PyXML/4Suite
installation. On cvs.pyxml.sourceforge.net, a new test module was
created to carry test cases which are not meant to be shipped - so
that would be another option.
One of the problems I have with your "borrowed" test cases is that it
is not always easy to tell PASS from FAIL; they just produce a lot of
output. To be useful for a user, a clear pass/fail indication is
necessary.
Regards,
Martin