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.0.8.16 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.15 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.14 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.13 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.12 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.11 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.10 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.9 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.8 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.7 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.6 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.5 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.4 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.3 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.2 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.8.1 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.7.0 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.6.44 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.6.43 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.0.6.42 tracks/ocaml/tools/test-generator/templates/luhn/template.ml