Sha256: dfbccf4adb9feb0aa71944ea79061c89600027c90c7c7794aac425828f4a0f72

Contents?: true

Size: 289 Bytes

Versions: 149

Compression:

Stored size: 289 Bytes

Contents

open Core
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

149 entries across 149 versions & 1 rubygems

Version Path
trackler-2.1.0.51 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.50 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.49 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.48 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.47 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.46 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.45 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.44 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.43 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.42 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.41 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.40 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.39 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.38 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.37 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.36 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.34 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.33 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.32 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.1.0.31 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml