Cmdliner terms for ergonomic logging configuration
0
fork

Configure Feed

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

cose: extract suite, move Alcotest.run to test.ml

Refactor test_cose.ml so it only exports a single 'suite' value with
prefixed test names (sign1: ..., header: ..., rfc9052: ..., hostile:
...). Move the Alcotest.run call to a new test.ml runner and rename
the dune (test (name ...)) accordingly (E600).

test/cli.t/run.t test/cram/cli.t/run.t
test/test_cli.ml test/cram/helpers/test_cli.ml
test/test_cli.mli test/cram/helpers/test_cli.mli
test/test_cli_no_json.ml test/cram/helpers/test_cli_no_json.ml
test/test_cli_no_json.mli test/cram/helpers/test_cli_no_json.mli