Test suite would be useful to catch the regressions between updates/change which are unfortunately not super uncommon, as it's very hard for a human to notice them all. My existing test code is just in comments in random places throughout, which is not great. Would be a lot better to store it in its own file/s which are not built as part of the project.
Test suite would be useful to catch the regressions between updates/change which are unfortunately not super uncommon, as it's very hard for a human to notice them all. My existing test code is just in comments in random places throughout, which is not great. Would be a lot better to store it in its own file/s which are not built as part of the project.