Unit tests, asserts and contradictions in the spec

Jacob Carlborg doob at me.com
Sun Feb 10 11:12:10 UTC 2019


On 2019-02-08 11:04, John Colvin wrote:

> Why would this cause a problem? Unless the tests are dependent on the
> *order* they're run it, which is of course madness. (Note that I am not
> suggesting running in parallel and that file descriptors would be
> inherited in the child fork)

Ideally the tests should be run in random order, to avoid the tests 
depending on each other.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list