swim protocol in ocaml interoperable with membership lib and serf cli
at main 220 B view raw
1let () = 2 Alcotest.run "swim" 3 [ 4 ( "version", 5 [ 6 Alcotest.test_case "version is set" `Quick (fun () -> 7 Alcotest.(check string) "version" "0.1.0" Swim.version); 8 ] ); 9 ]