Sha256: 479a9b8355c59f212b21e45c610bf297857c1dc55f986d325c403cd9ead008b6

Contents?: true

Size: 279 Bytes

Versions: 58

Compression:

Stored size: 279 Bytes

Contents

open Core.Std
open OUnit2
open Hello_world

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

let tests = [
  (* TEST
     "$description" >:: ae "$expected" (greet $name);
     END TEST *)
]

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

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
trackler-2.0.6.30 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.29 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.28 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.27 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.26 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.25 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.24 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.23 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.22 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.21 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.20 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.19 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.18 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.17 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.16 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.15 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.14 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.13 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.12 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml
trackler-2.0.6.11 tracks/ocaml/tools/test-generator/templates/hello-world/template.ml