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.9 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.8 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.7 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.6 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.5 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.4 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.3 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.2 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.1 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.0 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.0.6 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.0.5 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.0.4 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.0.3 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.0.2 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.0.1 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.0.0 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.1.0.55 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.1.0.54 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.1.0.53 tracks/ocaml/exercises/hello-world/test.ml