qtest icon indicating copy to clipboard operation
qtest copied to clipboard

discuss: rely more on OUnit

Open c-cube opened this issue 8 years ago • 2 comments

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!

c-cube avatar Jun 15 '16 08:06 c-cube

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.

vincent-hugot avatar Jun 15 '16 12:06 vincent-hugot

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.

c-cube avatar Jun 15 '16 15:06 c-cube