We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It will be convenient if the infix is added
i.e
let (>>:) name test = Alcotest.test_case name `Quick test let (>::) name test = Alcotest.test_case name `Slow test let () = Alcotest.run "Utils" [ ( "string-case", [ "Lower case" >>: test_lowercase; "Capitalization" >>: test_capitalize; ] ); ( "string-concat", [ "String mashing" >>: test_str_concat ] ); ( "list-concat", [ "List mashing" >:: test_list_concat ] ); ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It will be convenient if the infix is added
i.e
The text was updated successfully, but these errors were encountered: