Sha256: ed541f39bd6c5a2413c35407bd71c0a056e35849370ebccdd212d272cdf6d633

Contents?: true

Size: 289 Bytes

Versions: 63

Compression:

Stored size: 289 Bytes

Contents

open Base
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 $value;
END TEST *)
]

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

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.179 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.178 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.177 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.176 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.175 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.174 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.173 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.172 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.171 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.170 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.169 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.167 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.166 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.165 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.164 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.163 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.162 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.161 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml
trackler-2.2.1.160 tracks/ocaml/tools/test-generator/templates/ocaml/luhn/test.ml