AllenDang / giu

Cross platform rapid GUI framework for golang based on Dear ImGui.
MIT License
2.32k stars 133 forks source link

Cover the project with tests(not a bug) #219

Open jcbritobr opened 3 years ago

jcbritobr commented 3 years ago

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.

AllenDang commented 3 years ago

@jcbritobr Sure thing, I'm doing it right now.

gucio321 commented 2 years ago

@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?

jcbritobr commented 2 years ago

Mock native data in unit tests. Objective is not test imgui software, but only your wrapper.

gucio321 commented 2 years ago

Yeah you are right. I'd need a code example and then i can do that 😊