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.49 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.48 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.47 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.46 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.45 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.44 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.43 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.42 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.41 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.40 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.39 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.38 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.37 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.36 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.35 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.34 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.33 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.32 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.31 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.30 tracks/ocaml/exercises/hello-world/test.ml