Sha256: 3186ab085f03f4b8dded201f7497f62569ff4413764e0b96c42fee4c5c2ac113

Contents?: true

Size: 262 Bytes

Versions: 63

Compression:

Stored size: 262 Bytes

Contents

open OUnit2
open Pangram

let ae exp got _test_ctxt = assert_equal ~printer:string_of_bool exp got

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

let () =
  run_test_tt_main ("pangram tests" >::: tests)

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
trackler-2.2.1.119 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.118 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.117 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml