Unit tests, asserts and contradictions in the spec

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


On 2019-02-08 16:03, Atila Neves wrote:

> To me the easiest way to do that is to not talk to a real database
> except in integration/E2E tests and not have too many of those.

When you do need to run again a real database, one can run the tests in 
transactions and roll back the transaction after each tests.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list