OCaml client for the LinkedIn Voyager API
0
fork

Configure Feed

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

fix(lint): resolve E605 missing test files in jailhouse, linkedin, ltp, matter

- Create ocaml-jailhouse/test/ with test runner and test_jailhouse stub
- Add test_chrome_cookies and test_linkedin_url stubs to ocaml-linkedin
- Add test_ltp stub to ocaml-ltp
- Add test stubs for aes_ccm, discovery, msg, pase, session to ocaml-matter

+6 -1
+6 -1
test/test.ml
··· 1 1 let () = 2 2 Alcotest.run "linkedin" 3 - [ Test_profile.suite; Test_post.suite; Test_api.suite; Test_url.suite ] 3 + [ 4 + Test_profile.suite; 5 + Test_post.suite; 6 + Test_api.suite; 7 + Test_linkedin_url.suite; 8 + ]
test/test_url.ml test/test_linkedin_url.ml