std.experimental.testing formal review

Atila Neves via Digitalmars-d digitalmars-d at puremagic.com
Fri Sep 11 02:31:06 PDT 2015


On Wednesday, 9 September 2015 at 18:54:30 UTC, Brian Schott 
wrote:
> On Wednesday, 9 September 2015 at 15:20:41 UTC, Robert burner 
> Schadek wrote:
>> This post marks the start of the two week review process of 
>> std.experimental.testing.
>>
>> PR: https://github.com/D-Programming-Language/phobos/pull/3207
>> Dub: http://code.dlang.org/packages/unit-threaded
>> Doc: See CyberShadow/DAutoTest for up-to-date documentation 
>> build
>>
>> Previous Thread: 
>> http://forum.dlang.org/post/uzocokshugchescbawlj@forum.dlang.org
>
> Package-level documentation seems to be missing from the 
> auto-generated documentation.
>
> The gen_ut_main link on the side bar is also a 404.
>
> std.experimental.testing.options.Options and 
> std.experimental.testing.reflection.TestData fields have no 
> DDoc, so they don't show up in the generated documentation.


The autotester docs are... different from `make html`. I fixed 
it, but just in case here's my version of dlang.org with the docs:

http://atilaneves.github.io/phobos/

> Is there going to be a shouldEqual that's specialized for 
> floating point, or should shouldBeTrue(approxEqual(...)) be 
> used instead? (If so, this should be documented)

Implemented in the latest version and unit tested.


Atila



More information about the Digitalmars-d mailing list