Implement tests for src#2865
Conversation
57ebc1b to
dc89a3d
Compare
dc89a3d to
a9fae46
Compare
|
TBH TransitionBuilder should be moved to the library, as it doesn't seem to use anything from Gala itself I have a branch with tests for gala here: lenemter#3, but it still needs a lot of work to figure out how to test things like the dock |
Yeah ig it was just an easy thing to test for an initial implementation. We could do that in a follow up?
I had a quick look and there seems to be a lot of unrelated things? This PR just tries to get the initial infrastructure in place. Does it look like a similar direction or would you do it differently? |
Add a
TestRunnerwhere we register the test types instead of doing it manually in main.Add a simple test for the transitionbuilder that makes sure it gets freed even it's not run.