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.68 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.67 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.66 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.65 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.64 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.63 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.62 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.61 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.60 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.59 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.58 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.57 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.56 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.55 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.54 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.53 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.52 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.51 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.50 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.49 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml