Sha256: 4c105467ec2734c0bbda67d034b74be1dfbba44e370e0cae437fc6b4bec46145

Contents?: true

Size: 262 Bytes

Versions: 68

Compression:

Stored size: 262 Bytes

Contents

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

open OUnit2
open Hello_world

let ae exp got _test_ctxt = assert_equal ~printer:(fun x -> x) exp got

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

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

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
trackler-2.2.1.159 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.158 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.157 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.156 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.155 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.154 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.153 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.152 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.151 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.150 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.149 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.148 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.147 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.146 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.145 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.144 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.143 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.142 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.141 tracks/ocaml/exercises/hello-world/test.ml
trackler-2.2.1.140 tracks/ocaml/exercises/hello-world/test.ml