Sign up

Is there a strategy for writing tests of GtkD applications

I am feeling stressed that I have lots of GtkD code, it all seems to do what I want it to, but I have not tests – apart from one gratuitous one to ensure there are not zero tests.

Anyone come up with a strategy of how to test GtkD applications?

Re: Is there a strategy for writing tests of GtkD applications

On Tue, 11 Sep 2018 18:50:36 GMT, Russel Winder wrote:

I am feeling stressed that I have lots of GtkD code, it all seems to do what I want it to, but I have not tests – apart from one gratuitous one to ensure there are not zero tests.

Anyone come up with a strategy of how to test GtkD applications?

The article here outlines one approach you could consider:

https://opensource.com/article/17/7/functional-testing