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.180 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.179 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.178 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.177 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.176 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.175 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.174 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.173 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.172 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.171 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.170 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.169 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.167 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.166 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.165 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.164 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.163 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.162 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.161 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.160 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml