Re: Approach to Integration Testing in D

2022-02-06 Thread Vijay Nayar via Digitalmars-d-learn
On Sunday, 6 February 2022 at 17:36:05 UTC, Vijay Nayar wrote: On Friday, 4 February 2022 at 17:39:00 UTC, H. S. Teoh wrote: On Fri, Feb 04, 2022 at 12:38:08PM +, Vijay Nayar via When working on a dub configuration needed to separately run integration tests that operate on the fully

Re: Approach to Integration Testing in D

2022-02-06 Thread Vijay Nayar via Digitalmars-d-learn
On Friday, 4 February 2022 at 17:39:00 UTC, H. S. Teoh wrote: On Fri, Feb 04, 2022 at 12:38:08PM +, Vijay Nayar via Digitalmars-d-learn wrote: [...] I am still in the process of experimenting, but the advice on this thread has all been very helpful. Right now I'm experimenting by

Re: Approach to Integration Testing in D

2022-02-04 Thread H. S. Teoh via Digitalmars-d-learn
On Fri, Feb 04, 2022 at 12:38:08PM +, Vijay Nayar via Digitalmars-d-learn wrote: [...] > What is your approach to integration testing in D? Do you use > `unittest` blocks? Do you write stand-alone programs that interact > with a running version of your program? Is there a library t

Re: Approach to Integration Testing in D

2022-02-04 Thread Mathias LANG via Digitalmars-d-learn
On Friday, 4 February 2022 at 12:38:08 UTC, Vijay Nayar wrote: Greetings everyone, ## Question What is your approach to integration testing in D? Do you use `unittest` blocks? Do you write stand-alone programs that interact with a running version of your program? Is there a library

Re: Approach to Integration Testing in D

2022-02-04 Thread Steven Schveighoffer via Digitalmars-d-learn
On 2/4/22 7:38 AM, Vijay Nayar wrote: Greetings everyone, ## Question What is your approach to integration testing in D? Do you use `unittest` blocks? Do you write stand-alone programs that interact with a running version of your program? Is there a library that makes certain kinds

Approach to Integration Testing in D

2022-02-04 Thread Vijay Nayar via Digitalmars-d-learn
Greetings everyone, ## Question What is your approach to integration testing in D? Do you use `unittest` blocks? Do you write stand-alone programs that interact with a running version of your program? Is there a library that makes certain kinds of testing easier? For example, if I have a D