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.2.1.88 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.87 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.86 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.85 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.84 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.83 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.82 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.81 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.80 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.79 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.78 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.77 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.76 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.75 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.74 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.73 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.72 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.71 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.70 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.69 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml