Replies: 1 comment 1 reply
-
Hello and welcome to GdUnit4. There are some examples for GdUnit3 https://github.com/MikeSchulze/gdUnit3-examples, I haven't had time to migrate them to GdUnit4 yet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to getting into Godot testing and found gdUnit4. The docs are great, explains well all gdUnit core features. But I'm having a hard time to think how to use gdUnit on a real-life project (I have a lot of experience testing web applications but 0 xp testing games). For example: I know how to test a simple gdscript object, methods, returns, properties, mocks, etc, but how to test my player class jump method is correct? How do I test that a object followed a specific path and played some music and enabled some button?
I don't know if these cases are on gdUnit scope, since these cases looks like integration/e2e tests, and gdUnit seems to be, even by Unit on name, just for unit testing.
Beta Was this translation helpful? Give feedback.
All reactions