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.1.0.21 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.20 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.19 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.18 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.17 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.16 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.15 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.14 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.13 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.12 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.11 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.10 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.9 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.8 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.7 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.6 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.5 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.4 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.3 tracks/ocaml/tools/test-generator/templates/luhn/template.ml
trackler-2.1.0.2 tracks/ocaml/tools/test-generator/templates/luhn/template.ml