Sha256: 42d94204232c1e816b78064eb966d9672cbf273df6d4a2ccbd6703e6b6562c59

Contents?: true

Size: 348 Bytes

Versions: 63

Compression:

Stored size: 348 Bytes

Contents

open OUnit2
open Etl

let ae exp got _test_ctxt =
  let printer xs = String.concat ";" (List.map (fun (ch, n) -> Printf.sprintf "(%c,%d)" ch n) xs) in
  assert_equal exp got ~printer

let tests = [
(* TEST
   "$description" >::
      ae $expected 
         (transform $input);
   END TEST *)
]

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

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
trackler-2.2.1.139 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.138 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.137 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.136 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.135 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.134 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.133 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.132 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.131 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.130 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.129 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.128 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.127 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.126 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.125 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.124 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.123 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.122 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.121 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.120 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml