Skip to content

Commit

Permalink
Separate tests of Run module
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Nov 27, 2024
1 parent bf0bdfa commit a8b3a85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_structured.ml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ let () =
test_error_in_promise_terminates;
Alcotest.test_case "can wait promises" `Quick test_can_wait_promises;
Alcotest.test_case "can select promises" `Quick test_can_select_promises;
] );
( "Run",
[
Alcotest.test_case "any and all errors" `Quick test_any_and_all_errors;
Alcotest.test_case "any and all returns" `Quick test_any_and_all_returns;
Alcotest.test_case "race any" `Quick test_race_any;
Expand Down

0 comments on commit a8b3a85

Please sign in to comment.