From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 3700DBC57 for ; Thu, 7 Oct 2010 00:23:45 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArsBABqUrExQDPJklGdsb2JhbACUPgEBgSSMbRUBAQEBCQsICREDH7Q0kV2FRwSFCYhD X-IronPort-AV: E=Sophos;i="4.57,293,1283724000"; d="scan'208";a="60686479" Received: from smtp28.orange.fr ([80.12.242.100]) by mail3-smtp-sop.national.inria.fr with ESMTP; 07 Oct 2010 00:23:44 +0200 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2814.orange.fr (SMTP Server) with ESMTP id 446E78000063; Thu, 7 Oct 2010 00:23:44 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2814.orange.fr (SMTP Server) with ESMTP id 3810F800016A; Thu, 7 Oct 2010 00:23:44 +0200 (CEST) Received: from giga (AVelizy-155-1-73-83.w90-2.abo.wanadoo.fr [90.2.24.83]) by mwinf2814.orange.fr (SMTP Server) with ESMTP id 1013C8000063; Thu, 7 Oct 2010 00:23:44 +0200 (CEST) X-ME-UUID: 20101006222344659.1013C8000063@mwinf2814.orange.fr Received: from zetta.gallu.homelinux.org ([192.168.0.7]) by giga with smtp (Exim 4.69) (envelope-from ) id 1P3cOk-0007ii-JM; Thu, 07 Oct 2010 00:23:43 +0200 Received: by zetta.gallu.homelinux.org (sSMTP sendmail emulation); Thu, 07 Oct 2010 00:23:42 +0200 Date: Thu, 07 Oct 2010 00:23:42 +0200 From: Sylvain Le Gall To: caml-list@inria.fr Subject: [ANN] ounit v1.1.0: Unit testing framework Message-Id: X-Spam: no; 0.00; le-gall:01 ocaml:01 haskell:01 ocamldoc:01 backtrace:01 ocaml:01 bug:01 sourceforge:01 assert:01 assert:01 diff:02 diff:02 parameter:02 unit:03 unit:03 OUnit is a unit testing framework for OCaml, inspired by the JUnit tool for Java, and the HUnit tool for Haskell. More information on [HUnit](http://hunit.sourceforge.net) Changes: - Add a ~pp_diff parameter to assert_equal and some classic diff operations (Closes: #635, #642) - Add an assert_command function (Closes: #641) - Add a bracket_tmpfile to ease temporary file use - Enhance documentation, translate the docbook manual into ocamldoc and add content - Allow to add extra command line arguments to run_test_tt_main (Closes: #640) - Add a -list-test options to run_test_tt_main, to list available tests - Skip tests when using "-only-test", rather than removing it. This way the path is the same even if some tests don't pass (Closes: #637) - Add backtrace support (Closes: #639), thanks to Michael Ekstrand - Use OASIS - Move to OCaml Forge: http://ounit.forge.ocamlcore.org - Maintainance is now done by Sylvain Le Gall (OCamlCore SARL), thanks to Maas-Maarten Zeeman for all his work __As you see there are a lot of changes. OUnit is evolving, feel free to submit bug reports or contribute your own OUnit snippet if it can be included in the library.__ Homepage: http://ounit.forge.ocamlcore.org Get source code: $ darcs get http://darcs.ocamlcore.org/repos/ounit Browse source code: http://darcs.ocamlcore.org/cgi-bin/darcsweb.cgi?r=ounit;a=summary [Generated by 'OASIS announce']