On Friday, 4 December 2015 at 19:38:35 UTC, ZombineDev wrote:
On Friday, 4 December 2015 at 19:00:37 UTC, Russel Winder wrote:
[...]
You can look at some of the DUB packages:
http://code.dlang.org/search?q=test for more advanced testing
facilities.
I for example sometimes use dunit
(https://github.com/nomad-software/dunit) which has nice test
results reporting:
[...]
By the way, looking at the code, it shouldn't be too hard to
write your own test runner:
https://github.com/nomad-software/dunit/blob/master/source/dunit/moduleunittester.d?ts=3
It is if you want to run individual unit tests.
Atila