Sha256: 793fa8db07f2f7f948939213a9aba02de426b2e4a45322b5a1e7e847f770b736

Contents?: true

Size: 276 Bytes

Versions: 150

Compression:

Stored size: 276 Bytes

Contents

(* Test/exercise version: "1.0.0" *)

open Core
open OUnit2
open Hello_world

let ae exp got _test_ctxt = assert_equal ~printer:String.to_string exp got

let tests = [
     "Say Hi!" >:: ae "Hello, World!" hello;
]

let () =
  run_test_tt_main ("Hello World tests" >::: tests)

Version data entries

150 entries across 150 versions & 1 rubygems

Version Path
trackler-2.2.1.29 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.28 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.27 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.26 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.25 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.24 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.23 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.22 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.21 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.20 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.19 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.18 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.17 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.16 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.15 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.14 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.13 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.12 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.11 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.10 tracks/ocaml/exercises/hello-world/test.ml