I'm playing around with oUnit2 and I'm wondering: is there any usage for the test_ctxt
parameter, as here:
let test1 test_ctxt = assert_equal "x" (Foo.unity "x");;
Is seems superfluous to me. Is there any way to omit it while defining tests as variables?