Monorepo management for opam overlays
0
fork

Configure Feed

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

wip: lint: add test module interface files for E600 compliance

Add .mli files for all test_*.ml modules that only export
the 'suite' value. Also rename test_monopam.ml to test.ml
following the Alcotest test organization convention.

+25 -1
+1 -1
test/dune
··· 1 1 (test 2 - (name test_monopam) 2 + (name test) 3 3 (libraries monopam alcotest fpath uri)) 4 4 5 5 (cram
+1
test/test_changes.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_changes_aggregated.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_changes_daily.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_changes_query.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_config.mli
··· 1 + val suite : (string * unit Alcotest.test_case list) list
+1
test/test_cross_status.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_doctor.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_dune_project.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_feature.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_fork_join.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_forks.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_git_cli.mli
··· 1 + val suite : string * unit Alcotest.test_case list
test/test_monopam.ml test/test.ml
+1
test/test_monorepo_pkg.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_opam_repo.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_opam_sync.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_opam_transform.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_package.mli
··· 1 + val suite : (string * unit Alcotest.test_case list) list
+1
test/test_remote_cache.mli
··· 1 + val suite : (string * unit Alcotest.test_case list) list
+1
test/test_site.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_sources_registry.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_status.mli
··· 1 + val suite : (string * unit Alcotest.test_case list) list
+1
test/test_sync_progress.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_verse.mli
··· 1 + val suite : string * unit Alcotest.test_case list
+1
test/test_verse_registry.mli
··· 1 + val suite : string * unit Alcotest.test_case list