qtest
qtest copied to clipboard
discuss: rely more on OUnit
I just discovered that OUnit provides a lot of modules for logging, running tests, exporting results. I think it would be good to rely as much as possible on it to run tests (while preserving by default the current look-and-feel of running lots of tests), in particular because exporting results to HTML or Junit-formatted xml is nice!
So long as no functionality is lost to fit the OUnit mold, I see no downside to that move, as we already depend on OUnit anyway. Might as well put that dependency to good use.
Ok, good. I think the current runner (which is nice to use when one has many tests) can be implemented on top of a OUnit runner. I will investigate.