digitalmars.D.learn - Custom test runner
- Nick Sabalausky (2/2) Sep 20 2016 IIRC, there is some way to hook in and use a custom unittest-runner. How...
- Jacob Carlborg (4/6) Sep 20 2016 http://dlang.org/phobos/core_runtime.html#.Runtime.moduleUnitTester
- Nick Sabalausky (4/8) Sep 21 2016 Cool, thanks.
IIRC, there is some way to hook in and use a custom unittest-runner. How does one go about that?
Sep 20 2016
On 2016-09-21 07:51, Nick Sabalausky wrote:IIRC, there is some way to hook in and use a custom unittest-runner. How does one go about that?-- /Jacob Carlborg
Sep 20 2016
On 09/21/2016 02:26 AM, Jacob Carlborg wrote:On 2016-09-21 07:51, Nick Sabalausky wrote:Cool, thanks. I got that to work, and FWIW submitted a PR to add an example to the docs for that: https://github.com/dlang/druntime/pull/1656IIRC, there is some way to hook in and use a custom unittest-runner. How does one go about that?
Sep 21 2016