Low level unit test library in druntime

Atila Neves via Digitalmars-d digitalmars-d at puremagic.com
Tue Aug 30 07:44:40 PDT 2016


On Friday, 26 August 2016 at 17:13:23 UTC, Jacob Carlborg wrote:
> I've been thinking lately about unit tests in D. The built-in 
> support is a bit lacking. There's been many threads with this 
> topic, even an attempt to get unit-threaded (or parts of it) 
> into druntime/Phobos.
>
> [...]

I'm obviously very biased but having written a unit testing 
library that I'm happy with and proud of I'd just use that 
instead. I wouldn't be interested in this.

I'd much rather have `assert` be magical or have AST macros to 
make the syntax for writing tests better than what it is now.

Atila


More information about the Digitalmars-d mailing list