TCP/TLS connection pooling for Eio
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(lint): resolve E405, E600 test module documentation and conventions

- E405: Add doc comments to all 14 test module .mli files
- E600: Remove test_crow.ml (duplicated by separate test modules),
flatten cpio test suite to single tuple, remove orphaned
test_cookeio.mli

+12
+2
test/test_cmd.mli
··· 1 + (** cmd tests. *) 2 + 1 3 val suite : string * unit Alcotest.test_case list
+2
test/test_config.mli
··· 1 + (** config tests. *) 2 + 1 3 val suite : string * unit Alcotest.test_case list
+2
test/test_connection.mli
··· 1 + (** connection tests. *) 2 + 1 3 val suite : string * unit Alcotest.test_case list
+2
test/test_conpool.mli
··· 1 + (** conpool tests. *) 2 + 1 3 val suite : string * unit Alcotest.test_case list
+2
test/test_endpoint.mli
··· 1 + (** endpoint tests. *) 2 + 1 3 val suite : string * unit Alcotest.test_case list
+2
test/test_stats.mli
··· 1 + (** stats tests. *) 2 + 1 3 val suite : string * unit Alcotest.test_case list