unit-threaded icon indicating copy to clipboard operation
unit-threaded copied to clipboard

Advanced unit test framework for D

Results 3 unit-threaded issues
Sort by recently updated
recently updated
newest added

It can get pretty confusing to read the output when the expected & got values are multi-line. I'm not sure entirely what would be best to solve this, but maybe...

it's trying `__traits(compiles` on `text_`, which isn't a template in it's own right, so if you've got to the check then it must pass. Also `text_` can end up not...

It's now been several occasions where I've jumped into debugging someone else's D project, and to get an understanding of things, added some `stderr.writeln`s. And, every time, I step into...