caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Roelof Wobben <r.wobben@home.nl>
To: caml-list@inria.fr
Subject: [Caml-list] testing platform
Date: Tue, 04 Nov 2014 20:18:43 +0100	[thread overview]
Message-ID: <54592693.2040003@home.nl> (raw)

Hello,

Does Ocaml has a testing platform where I can write test like this way I 
can do in clojure:


(facts "about `pr134`"
   (fact "it normally return true if the key exist and the value is nil"
     (pr134 :a {:a nil :b 2})  => true
     (pr134 :b {:a nil :b 2})  => false
     (pr134 :c {:a nil :b 2})  => false
         ))


Roelof



             reply	other threads:[~2014-11-04 19:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-04 19:18 Roelof Wobben [this message]
2014-11-04 21:00 ` Paolo Donadeo
2014-11-04 23:38   ` Milan Stanojević

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54592693.2040003@home.nl \
    --to=r.wobben@home.nl \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).