unit-threaded v0.6.26 - advanced unit testing in D with new features

Atila Neves via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Aug 8 06:08:36 PDT 2016


On Monday, 8 August 2016 at 08:24:48 UTC, Alix Pexton wrote:
> On 08/08/2016 08:37, Atila Neves wrote:
>> On Saturday, 6 August 2016 at 10:34:52 UTC, Nicholas Wilson 
>> wrote:
>>> On Friday, 5 August 2016 at 15:31:34 UTC, Atila Neves wrote:
>>>> [...]
>>>
>>> There is a typo in your readme
>>>
>>>> [...]
>>>
>>> shouldBe (!) adder(2, 3)
>>
>> No, turns out it was right after all. There's a `ShouldFail` 
>> UDA on that
>> test.
>>
>> Atila
>
> But you are passing the expression (2 + 3), rather than a tuple 
> of arguments (2, 3)!
>
> A...

Ah, right, oops :$ Changing it...

Atila


More information about the Digitalmars-d-announce mailing list