ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
33 stars 17 forks source link

[API tests] Properly use alcotest API instead of asserts #485

Closed ElectreAAS closed 7 months ago

ElectreAAS commented 7 months ago

Using Alcotest.check_raises instead of doing the try / with ourselves is clearer in the code and in the errors we get when tests fail. Using Alcotest.testable values instead of cramming everything in asserts also yields better error messages on test failure.