Re: [GNC] Unit Tests

2022-08-11 Thread Derek Atkins
Hi, This question really belongs on gnucash-devel, not gnucash-user. So I am CC'ing that. Please direct your replies to the -devel list and drop -user from the CC list! On Thu, August 11, 2022 7:56 am, Robert Simmons wrote: > Looking at the code repo I see a directory of unit tests, but it

[GNC] Unit Tests

2022-08-11 Thread Robert Simmons
Looking at the code repo I see a directory of unit tests, but it doesn't look like it has actual unit tests. Do you all do continuous integration somewhere and have unit tests? When a software defect is identified and fixed, do you create a unit test based on the fix?