[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Question about Testing in Scheme

From: Daniel Rall <dlr_at_collab.net>
Date: 2007-06-22 00:19:08 CEST

On Mon, 18 Jun 2007, Justin Erenkrantz wrote:

> On 6/18/07, David Glasser <glasser@mit.edu> wrote:
> >On 6/18/07, Holden Karau <holden@pigscanfly.ca> wrote:
> >> I'd like to make the tests in schemeunit (see
> >> http://planet.plt-scheme.org/package-source/schematics/schemeunit.plt).
> >> I've looked at (
> >> http://svn.collab.net/repos/svn/trunk/subversion/tests/README ) which
> >> seems to be focused on making tests in C/Python, so I was wondering if
> >> I should make a python program to run the scheme tests, or would it be
> >> ok to just have the schemeunit test cases and have them run by make
> >> check-swig-mzscm ?
> >
> >Seems fine to me. See for example check-swig-pl, which uses the
> >standard Perl testing infrastructure.
>
> +1 - using Scheme's unit test framework seems reasonable as a first
> step. -- justin

Yup. Though, you might potentially want to avoid re-writing all the
repository and working copy setup code, instead calling the Python
svntest module from your schemeunit's setup routine(s).

  • application/pgp-signature attachment: stored
Received on Fri Jun 22 00:19:07 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.