From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 6D997BC6B for ; Fri, 17 Aug 2007 21:17:02 +0200 (CEST) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l7HJH1tJ008092 for ; Fri, 17 Aug 2007 21:17:02 +0200 Received: by an-out-0708.google.com with SMTP id c24so64975ana for ; Fri, 17 Aug 2007 12:17:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=EYosz3vNO66z8OzU+rBmiuJaNWz6Bp4iZNLWwlFZDHDWotzmdh8a99w/2FijX3paw4R6/9GT8j3jSfVFklsmIw9e8QvK5pZVEjocN4peFRGWvJUAKeZQ9k4PXGFGkQiPXfv1dnI7wBkqcMnI4FS8JI4EntCijYqOMbe93DECJdo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=USPZL2IrYaiPuebWVqe0Czpen0sv6ATks+NwcfWeptPYFVW/QXtNUOstjc73cfqj/UIN193jU7L1oE1iVOtg6cddNynDsMYL+v5mCvyAqH9MBcSkippvhn/oiTR4RhhLgFXvWHcxIbKfVsIXpnt0T/+oKhAwZAYxlENF28jbQDw= Received: by 10.90.49.1 with SMTP id w1mr1299697agw.1187378220501; Fri, 17 Aug 2007 12:17:00 -0700 (PDT) Received: from ?192.168.0.7? ( [70.237.129.80]) by mx.google.com with ESMTPS id l43sm2665007wrl.2007.08.17.12.16.58 (version=SSLv3 cipher=RC4-MD5); Fri, 17 Aug 2007 12:16:59 -0700 (PDT) Message-ID: <46C5F426.8030507@gmail.com> Date: Fri, 17 Aug 2007 14:16:54 -0500 From: Edgar Friendly User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: Robert Fischer Cc: caml-list@inria.fr Subject: Re: [Caml-list] Unit Testing References: <46C5ED6A.3070709@fischerventure.com> In-Reply-To: <46C5ED6A.3070709@fischerventure.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-j-chkmail-Score: MSGID : 46C5F42D.000 on discorde : j-chkmail score : XX : 0/20 2 0.000 -> 2 X-Miltered: at discorde with ID 46C5F42D.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocaml:01 beginner's:01 ocaml:01 bug:01 edgar:98 beginners:01 wrote:01 caml-list:01 caml-list:01 bin:01 caml:02 caml:02 archives:02 caml-bugs:02 groups:02 Robert Fischer wrote: > Is there an actively supported unit testing library/framework for Ocaml? > > ~~ Robert. > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > I believe the Iinteractive people actively use TestSimple internally, but they haven't updated the project website to show 0.02, which I have a copy of, and there may exist more recent versions as well. Announcement: http://yquem.inria.fr/pipermail/caml-announce/2007-January/000009.html Webpage: http://www.iinteractive.com/ocaml/ Maybe this message will provoke an update. E.