Testing D database calls code for regression
aberba via Digitalmars-d-learn Fri, 16 Mar 2018 13:21:12 -0700
How will you test D code which makes calls to database to detect
bugs and regression. Unlike where you can inject data like assert
(2+1 == 3), database interfacing code will be crazy... Or there's
some mocking available for such cases. Especially when more
features are developed on top.
- Testing D database calls code for... aberba via Digitalmars-d-learn
- Re: Testing D database calls... H. S. Teoh via Digitalmars-d-learn
- Re: Testing D database calls... nani via Digitalmars-d-learn
- Re: Testing D database calls... aberba via Digitalmars-d-learn
- Re: Testing D database c... Jonathan M Davis via Digitalmars-d-learn
- Re: Testing D database c... H. S. Teoh via Digitalmars-d-learn
- Re: Testing D database c... aberba via Digitalmars-d-learn
- Re: Testing D databa... H. S. Teoh via Digitalmars-d-learn
- Re: Testing D database calls... Ali via Digitalmars-d-learn