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.159 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.158 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.157 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.156 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.155 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.154 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.153 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.152 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.151 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.150 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.149 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.148 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.147 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.146 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.145 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.144 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.143 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.142 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.141 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml
trackler-2.2.1.140 tracks/ocaml/tools/test-generator/templates/ocaml/etl/test.ml