giu
giu copied to clipboard
Cover the project with tests(not a bug)
First of all, i want to congratulates by the very nice project. It is a very important step for a really effective golang ui toolkit. To make it solid, it only needs a good test coverage layer to make it perfect.
@jcbritobr Sure thing, I'm doing it right now.
@AllenDang idk if i already asked about it (iitc i did but don't remember and can't find where): Do you have any idea about how to write unit Tests for imgui widgets?
Mock native data in unit tests. Objective is not test imgui software, but only your wrapper.
Yeah you are right. I'd need a code example and then i can do that 😊