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.89 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.88 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.87 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.86 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.85 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.84 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.83 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.82 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.81 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.80 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.79 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.78 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.77 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.76 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.75 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.74 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.73 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.72 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.71 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.70 tracks/ocaml/exercises/hello-world/test.ml