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.1.0.1 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.0 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.55 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.54 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.53 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.52 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.51 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.50 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.49 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.48 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.47 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.46 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.45 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.44 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.43 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.42 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.41 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.40 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.39 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.38 tracks/ocaml/tools/test-generator/templates/luhn/template.ml