Sha256: ce759542ebd5ac340093be758d3105343256ea1709189f77ae5e572df275070b
Contents?: true
Size: 293 Bytes
Versions: 8
Compression:
Stored size: 293 Bytes
Contents
open Core.Std open OUnit2 open Bob let ae exp got _test_ctxt = assert_equal ~printer:String.to_string exp got let tests = [ (* GENERATED-CODE "$description" >:: ae "$expected" (response_for "$input"); END GENERATED-CODE *) ] let () = run_test_tt_main ("bob tests" >::: tests)
Version data entries
8 entries across 8 versions & 1 rubygems