Sha256: 96336d10f7963578f8fd518293ba267ba087fcd494512e50a01e2726a10c1c4e

Contents?: true

Size: 293 Bytes

Versions: 91

Compression:

Stored size: 293 Bytes

Contents

open Core.Std
open OUnit2
open Luhn

let assert_valid expected input _test_ctxt = 
  assert_equal ~printer:Bool.to_string expected (valid input)

let tests = [
(* TEST
  "$description" >::
    assert_valid $expected $input;
END TEST *)
]

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

Version data entries

91 entries across 91 versions & 1 rubygems

Version Path
trackler-2.0.8.37 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.36 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.35 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.34 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.33 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.32 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.31 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.30 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.29 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.28 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.27 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.26 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.24 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.23 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.22 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.21 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.20 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.19 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.18 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.17 tracks/ocaml/tools/test-generator/templates/luhn/template.ml