User authentication and session management for web applications
0
fork

Configure Feed

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

pus: rename test_ functions, fix service_type doc (merlint E330/E410)

+3 -6
+3 -6
test/test_auth.ml
··· 562 562 Alcotest.test_case "gitlab userinfo" `Quick test_gitlab_userinfo; 563 563 Alcotest.test_case "google rejects missing sub" `Quick 564 564 test_google_missing_sub; 565 - Alcotest.test_case "github null email" `Quick 566 - test_github_null_email; 565 + Alcotest.test_case "github null email" `Quick test_github_null_email; 567 566 Alcotest.test_case "custom provider" `Quick test_custom_provider_userinfo; 568 567 Alcotest.test_case "garbage input" `Quick test_userinfo_rejects_garbage; 569 568 (* Token exchange *) ··· 579 578 Alcotest.test_case "session has future expiry" `Quick 580 579 test_session_has_future_expiry; 581 580 (* Cookie flags *) 582 - Alcotest.test_case "cookie flags HTTP" `Quick 583 - test_cookie_http_flags; 584 - Alcotest.test_case "cookie flags HTTPS" `Quick 585 - test_cookie_https_flags; 581 + Alcotest.test_case "cookie flags HTTP" `Quick test_cookie_http_flags; 582 + Alcotest.test_case "cookie flags HTTPS" `Quick test_cookie_https_flags; 586 583 (* CSRF state *) 587 584 Alcotest.test_case "CSRF sign/verify roundtrip" `Quick 588 585 test_csrf_sign_verify_roundtrip;